Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ExtensionLifecycle::EXPERIMENTAL | constant | core/ |
Extension is experimental. Warnings will be shown if installed. |
| ExtensionLifecycle::isValid | function | core/ |
Determines if a given extension lifecycle string is valid. |
| ExtensionLifecycle::LIFECYCLE_IDENTIFIER | constant | core/ |
The string used to identify the lifecycle in an .info.yml file. |
| ExtensionLifecycle::LIFECYCLE_LINK_IDENTIFIER | constant | core/ |
The string used to identify the lifecycle link in an .info.yml file. |
| ExtensionLifecycle::OBSOLETE | constant | core/ |
Extension is obsolete and installation will be prevented. |
| ExtensionLifecycle::STABLE | constant | core/ |
Extension is stable. This is the default value of any extension. |
| 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. |
| ExtensionList::$extensions | property | core/ |
The cached extensions. |
| ExtensionList::$infoParser | property | core/ |
The info parser. |
| ExtensionList::$installProfile | property | core/ |
The install profile used by the site. |
| ExtensionList::$moduleHandler | property | core/ |
The module handler. |
| ExtensionList::$pathNames | property | core/ |
A list of extension folder names keyed by extension name. |
| ExtensionList::$root | property | core/ |
The app root. |
| ExtensionList::$state | property | core/ |
The state store. |
| ExtensionList::$type | property | core/ |
The type of the extension. |
| ExtensionList::checkIncompatibility | function | core/ |
Tests the compatibility of an extension. |
| ExtensionList::createExtensionInfo | function | core/ |
Creates the info value for an extension object. |
| ExtensionList::doList | function | core/ |
Builds the list of extensions. |
| ExtensionList::doScanExtensions | function | core/ |
Scans the available extensions. |
| ExtensionList::exists | function | core/ |
Determines if an extension exists in the filesystem. |
| ExtensionList::get | function | core/ |
Returns a single extension. |
| ExtensionList::getAllAvailableInfo | function | core/ |
Returns an array of info files information of available extensions. |
| ExtensionList::getAllInstalledInfo | function | core/ |
Returns an array of info files information of installed extensions. |
| ExtensionList::getExtensionDiscovery | function | core/ |
Returns the extension discovery. |
| ExtensionList::getExtensionInfo | function | core/ |
Returns information about a specified extension. |
| ExtensionList::getInfoCacheId | function | core/ |
Returns the extension info cache ID. |
| ExtensionList::getInstalledExtensionNames | function | core/ |
Returns a list of machine names of installed extensions. |
| ExtensionList::getList | function | core/ |
Returns all available extensions. |
| ExtensionList::getListCacheId | function | core/ |
Returns the extension list cache ID. |
| ExtensionList::getName | function | core/ |
Returns the human-readable name of the extension. |
| ExtensionList::getPath | function | core/ |
Gets the path to an extension of a specific type (module, theme, etc.). |
| ExtensionList::getPathname | function | core/ |
Gets the info file path for an extension. |
| ExtensionList::getPathNames | function | core/ |
Returns a list of extension file paths keyed by machine name. |
| ExtensionList::getPathNamesCacheId | function | core/ |
Returns the extension filenames cache ID. |
| ExtensionList::recalculateInfo | function | core/ |
Generates the information from .info.yml files for extensions of this type. |
| ExtensionList::recalculatePathNames | function | core/ |
Generates a sorted list of .info.yml file locations for all extensions. |
| ExtensionList::reset | function | core/ |
Resets the stored extension list. |
| ExtensionList::setPathname | function | core/ |
Sets the pathname for an extension. |
| ExtensionList::sortByName | function | core/ |
Array sorting callback; sorts extensions by their name. |
| ExtensionList::subClassExtension | function | core/ |
Allows subclasses to convert the extension into a specific subclass. |
| ExtensionList::__construct | function | core/ |
Constructs a new instance. |
| ExtensionListTest | class | core/ |
Tests Drupal\Core\Extension\ExtensionList. |
| ExtensionListTest.php | file | core/ |
|
| ExtensionListTest::getMocks | function | core/ |
|
| ExtensionListTest::providerCheckIncompatibility | function | core/ |
Data provider for testCheckIncompatibility(). |
Pagination
- Previous page
- Page 512
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.