Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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::__construct | function | core/ |
Constructs a new instance. |
| ExtensionListTest | class | core/ |
@coversDefaultClass \Drupal\Core\Extension\ExtensionList[[api-linebreak]] @group Extension |
| ExtensionListTest.php | file | core/ |
|
| ExtensionListTest::getMocks | function | core/ |
|
| ExtensionListTest::providerCheckIncompatibility | function | core/ |
DataProvider for testCheckIncompatibility(). |
| ExtensionListTest::setupTestExtensionList | function | core/ |
Sets up an a test extension list. |
| ExtensionListTest::testCheckIncompatibility | function | core/ |
@covers ::checkIncompatibility[[api-linebreak]] |
| ExtensionListTest::testGet | function | core/ |
@covers ::get[[api-linebreak]] |
| ExtensionListTest::testGetAllAvailableInfo | function | core/ |
@covers ::getAllAvailableInfo[[api-linebreak]] |
| ExtensionListTest::testGetAllInstalledInfo | function | core/ |
@covers ::getAllInstalledInfo[[api-linebreak]] |
| ExtensionListTest::testGetExtensionInfo | function | core/ |
@covers ::getExtensionInfo[[api-linebreak]] @covers ::getAllInstalledInfo[[api-linebreak]] |
| ExtensionListTest::testGetList | function | core/ |
@covers ::getList[[api-linebreak]] |
| ExtensionListTest::testGetName | function | core/ |
@covers ::getName[[api-linebreak]] |
| ExtensionListTest::testGetNameWithNonExistingExtension | function | core/ |
@covers ::getName[[api-linebreak]] |
| ExtensionListTest::testGetPath | function | core/ |
@covers ::getPath[[api-linebreak]] |
| ExtensionListTest::testGetPathname | function | core/ |
@covers ::getPathname[[api-linebreak]] |
| ExtensionListTest::testGetPathnames | function | core/ |
@covers ::getPathnames[[api-linebreak]] |
| ExtensionListTest::testGetWithNonExistingExtension | function | core/ |
@covers ::get[[api-linebreak]] |
| ExtensionListTest::testReset | function | core/ |
@covers ::reset[[api-linebreak]] |
Pagination
- Previous page
- Page 558
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.