Search for extension
- Search 7.x for extension
- Search 8.9.x for extension
- Search 10.3.x for extension
- Search 11.x for extension
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Extension | class | core/ |
Drupal 6/7 system data for a legacy extension source from database. |
Extension | class | core/ |
Defines an extension (file) object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
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::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. |
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/ |
Creates a collection on the storage. |
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/ |
@coversDefaultClass \Drupal\Core\Config\ExtensionInstallStorage @group Config |
ExtensionInstallStorageTest.php | file | core/ |
|
ExtensionInstallStorageTest::testCreateCollection | function | core/ |
@covers ::createCollection |
ExtensionLifecycle | class | core/ |
Extension lifecycle. |
ExtensionLifecycle.php | file | core/ |
|
ExtensionLifecycle::DEPRECATED | constant | core/ |
Extension is deprecated. Warnings will be shown if still installed. |
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: "module", "theme" or "profile". |
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. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.