Search for extensions
- Search 7.x for extensions
- Search 9.5.x for extensions
- Search 8.9.x for extensions
- Search 10.3.x for extensions
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ActiveTheme::$baseThemeExtensions | property | core/ |
An array of base theme extension objects keyed by name. |
| ActiveTheme::getBaseThemeExtensions | function | core/ |
Returns an array of base theme extension objects keyed by name. |
| Archiver::$extensions | property | core/ |
An array of valid extensions for this archiver. |
| ArchiverManager::getExtensions | function | core/ |
Returns a string of supported archive extensions. |
| ConfigImporter::$processedExtensions | property | core/ |
List of extension changes processed by the import(). |
| ConfigImporter::$totalExtensionsToProcess | property | core/ |
The total number of extensions to process. |
| ConfigImporter::getEmptyExtensionsProcessedList | function | core/ |
Gets an empty list of extensions to process. |
| ConfigImporter::getProcessedExtensions | function | core/ |
Gets list of processed extension changes. |
| ConfigImporter::getUnprocessedExtensions | function | core/ |
Gets a list of unprocessed changes for extensions. |
| ConfigImporter::processExtensions | function | core/ |
Processes extensions as a batch operation. |
| ConfigInstaller::getEnabledExtensions | function | core/ |
Gets the list of enabled extensions including both modules and themes. |
| DatabaseDriverList::doScanExtensions | function | core/ |
Scans the available extensions. |
| DrupalKernel::$themeExtensions | property | core/ |
List of available themes. |
| DrupalKernel::getExtensions | function | core/ |
Get the core.extension config object. |
| DrupalKernel::getExtensionsParameter | function | core/ |
Returns an array of Extension class parameters for all enabled extensions. |
| DrupalKernel::themeExtensions | function | core/ |
Returns theme data on the filesystem. |
| Drupal\package_manager\Validator\EnabledExtensionsValidator | service | core/ |
|
| Drupal\package_manager\Validator\PhpExtensionsValidator | service | core/ |
|
| EnabledExtensionsValidator | class | core/ |
Validates no enabled Drupal extensions are removed from the stage directory. |
| EnabledExtensionsValidator.php | file | core/ |
|
| EnabledExtensionsValidator::getSubscribedEvents | function | core/ |
|
| EnabledExtensionsValidator::validate | function | core/ |
Validates that no enabled Drupal extensions have been removed. |
| EnabledExtensionsValidator::__construct | function | core/ |
|
| EnabledExtensionsValidatorTest | class | core/ |
Tests Enabled Extensions Validator. |
| EnabledExtensionsValidatorTest.php | file | core/ |
|
| EnabledExtensionsValidatorTest::createExtension | function | core/ |
Returns a mocked extension object for a package. |
| EnabledExtensionsValidatorTest::providerExtensionRemoved | function | core/ |
Data provider for testExtensionRemoved(). |
| EnabledExtensionsValidatorTest::testExtensionRemoved | function | core/ |
Tests that error is raised if Drupal modules, profiles or themes are removed. |
| ExtensionList::$extensions | property | core/ |
The cached extensions. |
| ExtensionList::doScanExtensions | function | core/ |
Scans the available extensions. |
| ExtensionSerializationTest | class | core/ |
Tests Extension serialization. |
| ExtensionSerializationTest.php | file | core/ |
|
| ExtensionSerializationTest::setUp | function | core/ |
|
| ExtensionSerializationTest::testPublicProperties | function | core/ |
Tests dynamically assigned public properties kept when serialized. |
| ExtensionSerializationTest::testServiceAppRouteUsage | function | core/ |
Tests that the Extension class unserialize method uses the preferred root. |
| ExtensionStreamBase | class | core/ |
Defines a base stream wrapper implementation for extension assets. |
| ExtensionStreamBase.php | file | core/ |
|
| ExtensionStreamBase::checkFileExtension | function | core/ |
Checks that the given URI has an allowed file extension. |
| ExtensionStreamBase::dirname | function | core/ |
Gets the name of the directory from a given path. |
| ExtensionStreamBase::getDirectoryPath | function | core/ |
Gets the path that the wrapper is responsible for. |
| ExtensionStreamBase::getExtension | function | core/ |
Gets the extension object. |
| ExtensionStreamBase::getExtensionName | function | core/ |
Gets the extension name from the URI. |
| ExtensionStreamBase::getExternalUrl | function | core/ |
Returns a web accessible URL for the resource. |
| ExtensionStreamBase::getTarget | function | core/ |
Returns the local writable target of the resource within the stream. |
| ExtensionStreamBase::getType | function | core/ |
Returns the type of stream wrapper. |
| ExtensionStreamBase::setUri | function | core/ |
Sets the absolute stream resource URI. |
| ExtensionStreamTest | class | core/ |
Tests extension stream wrappers. |
| ExtensionStreamTest.php | file | core/ |
|
| ExtensionStreamTest::$modules | property | core/ |
The list of modules to enable. |
| ExtensionStreamTest::$streamWrappers | property | core/ |
A list of extension stream wrappers keyed by scheme. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.