Merge pull request #19334 from civicrm/5.33
[civicrm-core.git] / setup / civicrm-setup-autoload.php
CommitLineData
573d47d4
TO
1<?php
2
3// This file was provided in previous builds of `civicrm-setup`. It served two purposes:
4//
5// 1. Defining the classloader for `civicrm-setup/src/**.php`
6// 2. Defining a flag to help search for a copy of `civicrm-setup`.
7// (To wit: If a folder has this file, then it must be a valid copy of `civicrm-setup`.
8// Otherwise, move on and look for civicrm-setup in another location.)
9//
10// The extant consumers enable both the `civicrm-setup` and `civicrm-core` classloaders. But
11// now that civicrm-setup is in core, this classloader is redundant. Thus, an empty file.
12//
13// However, we still need the file to exist for the second purpose (as a flag).