Search for extension
- Search 7.x for extension
- Search 9.5.x for extension
- Search 8.9.x for extension
- Search 10.3.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 |
---|---|---|---|
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::__construct | function | core/ |
Constructs a new instance. |
ExtensionListTest | class | core/ |
@coversDefaultClass \Drupal\Core\Extension\ExtensionList @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 |
ExtensionListTest::testGet | function | core/ |
@covers ::get |
ExtensionListTest::testGetAllAvailableInfo | function | core/ |
@covers ::getAllAvailableInfo |
ExtensionListTest::testGetAllInstalledInfo | function | core/ |
@covers ::getAllInstalledInfo |
ExtensionListTest::testGetExtensionInfo | function | core/ |
@covers ::getExtensionInfo @covers ::getAllInstalledInfo |
ExtensionListTest::testGetList | function | core/ |
@covers ::getList |
ExtensionListTest::testGetName | function | core/ |
@covers ::getName |
ExtensionListTest::testGetNameWithNonExistingExtension | function | core/ |
@covers ::getName |
ExtensionListTest::testGetPath | function | core/ |
@covers ::getPath |
ExtensionListTest::testGetPathname | function | core/ |
@covers ::getPathname |
ExtensionListTest::testGetPathNames | function | core/ |
@covers ::getPathNames |
ExtensionListTest::testGetWithNonExistingExtension | function | core/ |
@covers ::get |
ExtensionListTest::testReset | function | core/ |
@covers ::reset |
ExtensionListTest::testSetPathname | function | core/ |
@covers ::setPathname @covers ::getPathname |
ExtensionListTestTrait | trait | core/ |
Provides extension list methods. |
ExtensionListTestTrait.php | file | core/ |
|
ExtensionListTestTrait::getModulePath | function | core/ |
Gets the path for the specified module. |
ExtensionListTestTrait::getThemePath | function | core/ |
Gets the path for the specified theme. |
ExtensionListTrait | trait | core/ |
Provides common functionality for the extension list classes. |
ExtensionListTrait.php | file | core/ |
|
ExtensionListTrait::$staticAddedPathNames | property | core/ |
Static version of the added file names during the installer. |
ExtensionListTrait::getPathname | function | core/ |
|
ExtensionListTrait::setPathname | function | core/ |
|
ExtensionMimeTypeGuesser | class | core/ |
Makes possible to guess the MIME type of a file using its extension. |
ExtensionMimeTypeGuesser | class | core/ |
Provides a proxy class for \Drupal\Core\File\MimeType\ExtensionMimeTypeGuesser. |
ExtensionMimeTypeGuesser.php | file | core/ |
|
ExtensionMimeTypeGuesser.php | file | core/ |
|
ExtensionMimeTypeGuesser::$container | property | core/ |
The service container. |
ExtensionMimeTypeGuesser::$defaultMapping | property | core/ |
Default MIME extension mapping. |
ExtensionMimeTypeGuesser::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
ExtensionMimeTypeGuesser::$mapping | property | core/ |
The MIME types mapping array after going through the module handler. |
ExtensionMimeTypeGuesser::$moduleHandler | property | core/ |
The module handler. |
ExtensionMimeTypeGuesser::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
ExtensionMimeTypeGuesser::guessMimeType | function | core/ |
|
ExtensionMimeTypeGuesser::guessMimeType | function | core/ |
|
ExtensionMimeTypeGuesser::isGuesserSupported | function | core/ |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.