Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Extension::getFileInfo | function | core/ |
Returns SplFileInfo instance for the extension's info file. |
| Extension::getFilename | function | core/ |
Returns the filename of the extension's info file. |
| Extension::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| Extension::getName | function | core/ |
Returns the internal name of the extension. |
| Extension::getPath | function | core/ |
Returns the relative path of the extension. |
| Extension::getPathname | function | core/ |
Returns the relative path and filename of the extension's info file. |
| Extension::getType | function | core/ |
Returns the type of the extension. |
| Extension::isExperimental | function | core/ |
Checks if an extension is marked as experimental. |
| Extension::isObsolete | function | core/ |
Checks if an extension is marked as obsolete. |
| Extension::load | function | core/ |
Loads the main extension file, if any. |
| Extension::prepareRow | function | core/ |
Adds additional data to the row. |
| Extension::query | function | core/ |
|
| 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::testDeprecatedIterator | function | core/ |
Tests deprecated iterator. |
| ExtensionDiscoveryTest::testExtensionDiscoveryCache | function | core/ |
Tests changing extension discovery file cache objects to arrays. |
| ExtensionDiscoveryTest::testExtensionDiscoveryTypeComment | function | core/ |
Tests finding modules that have a trailing comment on the type property. |
| ExtensionDiscoveryTest::testExtensionDiscoveryVfs | function | core/ |
Tests extension discovery in a virtual filesystem with vfsStream. |
| ExtensionExistsConstraint | class | core/ |
Checks that the value is the name of an installed extension. |
| ExtensionExistsConstraint.php | file | core/ |
|
| ExtensionExistsConstraint::$moduleMessage | property | core/ |
The error message for a non-existent module. |
Pagination
- Previous page
- Page 579
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.