Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| Extension::__call | function | core/ |
Re-routes method calls to SplFileInfo. |
| Extension::__construct | function | core/ |
Constructs a new Extension object. |
| Extension::__sleep | function | core/ |
Magic method implementation to serialize the extension object. |
| Extension::__wakeup | function | core/ |
Magic method implementation to unserialize the extension object. |
| ExtensionDiscovery | class | core/ |
Discovers available extensions in the filesystem. |
| ExtensionDiscovery.php | file | core/ |
|
| ExtensionDiscovery::$fileCache | property | core/ |
The file cache object. |
| ExtensionDiscovery::$files | property | core/ |
Previously discovered files keyed by origin directory and extension type. |
| ExtensionDiscovery::$profileDirectories | property | core/ |
List of installation profile directories to additionally scan. |
| ExtensionDiscovery::$root | property | core/ |
The app root for the current operation. |
| ExtensionDiscovery::$sitePath | property | core/ |
The site path. |
| ExtensionDiscovery::filterByProfileDirectories | function | core/ |
Filters out extensions not belonging to the scanned installation profiles. |
| ExtensionDiscovery::getProfileDirectories | function | core/ |
Gets the installation profile directories to be scanned. |
| ExtensionDiscovery::ORIGIN_CORE | constant | core/ |
Origin directory weight: Core. |
| ExtensionDiscovery::ORIGIN_PARENT_SITE | constant | core/ |
Origin directory weight: Parent site directory of a test site environment. |
| ExtensionDiscovery::ORIGIN_PROFILE | constant | core/ |
Origin directory weight: Installation profile. |
| ExtensionDiscovery::ORIGIN_ROOT | constant | core/ |
Origin directory weight: Site-wide directory. |
| ExtensionDiscovery::ORIGIN_SITE | constant | core/ |
Origin directory weight: Site-specific directory. |
| ExtensionDiscovery::ORIGIN_SITES_ALL | constant | core/ |
Origin directory weight: sites/all. |
| ExtensionDiscovery::PHP_FUNCTION_PATTERN | constant | core/ |
Regular expression to match PHP function names. |
| ExtensionDiscovery::process | function | core/ |
Processes the filtered and sorted list of extensions. |
| ExtensionDiscovery::scan | function | core/ |
Discovers available extensions of a given type. |
| ExtensionDiscovery::scanDirectory | function | core/ |
Recursively scans a base directory for the extensions it contains. |
| ExtensionDiscovery::setProfileDirectories | function | core/ |
Sets explicit profile directories to scan. |
| ExtensionDiscovery::setProfileDirectoriesFromSettings | function | core/ |
Sets installation profile directories based on current site settings. |
| ExtensionDiscovery::sort | function | core/ |
Sorts the discovered extensions. |
| ExtensionDiscovery::__construct | function | core/ |
Constructs a new ExtensionDiscovery object. |
| ExtensionDiscoveryTest | class | core/ |
Tests discovery of extensions. |
| ExtensionDiscoveryTest.php | file | core/ |
|
| ExtensionDiscoveryTest::addFileToFilesystemStructure | function | core/ |
|
| ExtensionDiscoveryTest::populateFilesystemStructure | function | core/ |
Adds example files to the filesystem structure. |
| ExtensionDiscoveryTest::testExtensionDiscoveryVfs | function | core/ |
Tests extension discovery in a virtual filesystem with vfsStream. |
| ExtensionInstallStorage | class | core/ |
Storage to access configuration and schema in enabled extensions. |
| ExtensionInstallStorage.php | file | core/ |
|
| ExtensionInstallStorage::$configStorage | property | core/ |
The active configuration store. |
| ExtensionInstallStorage::$includeProfile | property | core/ |
Flag to include the profile in the list of enabled modules. |
| ExtensionInstallStorage::$installProfile | property | core/ |
The name of the currently active installation profile. |
| ExtensionInstallStorage::createCollection | function | core/ |
|
| ExtensionInstallStorage::getAllFolders | function | core/ |
Returns a map of all config object names and their folders. |
| ExtensionInstallStorage::__construct | function | core/ |
Overrides \Drupal\Core\Config\InstallStorage::__construct(). |
| ExtensionInstallStorageTest | class | core/ |
Tests the Config. |
| ExtensionInstallStorageTest.php | file | core/ |
|
| ExtensionInstallStorageTest::providerTestProfileDeprecation | function | core/ |
Data provider for ::testProfileDeprecation |
| ExtensionInstallStorageTest::testProfileDeprecation | function | core/ |
@covers ::__construct[[api-linebreak]] @group legacy @dataProvider providerTestProfileDeprecation @expectedDeprecation All \Drupal\Core\Config\ExtensionInstallStorage::__construct() arguments will be required in drupal:9.0.0. See… |
| ExtensionList | class | core/ |
Provides available extensions. |
| ExtensionList.php | file | core/ |
|
| ExtensionList::$addedPathNames | property | core/ |
A list of extension folder names directly added in code (not discovered). |
| ExtensionList::$cache | property | core/ |
The cache. |
| ExtensionList::$defaults | property | core/ |
Default values to be merged into *.info.yml file arrays. |
| ExtensionList::$extensionInfo | property | core/ |
Static caching for extension info. |
Pagination
- Previous page
- Page 557
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.