silverstripe-framework/Core/Manifest
Sam Minnee 6b847d3614 NEW: Allow project root to be treated as a module.
If the _config folder exists as a top-level directory, treat the project
root as a module too. This is useful, e.g. when initialisation a
SilverStripe environment within a module.

This is only a first cut. Modules in the vendor directory are excluded.
Most likely, we will need to search the vendor folder for modules with
type = silverstripe-module in their composer.json.
2016-09-16 14:36:08 +12:00
..
ClassLoader.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
ClassManifest.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
ConfigManifest.php NEW: Allow project root to be treated as a module. 2016-09-16 14:36:08 +12:00
ConfigStaticManifest.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
ManifestCache_APC.php API Namespace all classes 2016-09-08 10:23:17 +12:00
ManifestCache_File_PHP.php API Namespace all classes 2016-09-08 10:23:17 +12:00
ManifestCache_File.php API Namespace all classes 2016-09-08 10:23:17 +12:00
ManifestCache.php API Namespace all classes 2016-09-08 10:23:17 +12:00
ManifestFileFinder.php NEW: Allow project root to be treated as a module. 2016-09-16 14:36:08 +12:00
TokenisedRegularExpression.php API Namespace all classes 2016-09-08 10:23:17 +12:00