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. |
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/ |
@covers \Drupal\package_manager\Validator\EnabledExtensionsValidator @group package_manager @internal |
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. |
FileExtensionConstraint::$extensions | property | core/ |
The allowed file extensions. |
FileExtensionConstraintValidatorTest::providerTestFileValidateExtensionsOnUri | function | core/ |
Data provider for ::testFileExtensionOnUri. |
FileExtensionSecureConstraint | class | core/ |
File extension secure constraint. |
FileExtensionSecureConstraint.php | file | core/ |
|
FileExtensionSecureConstraint::$message | property | core/ |
The error message. |
FileExtensionSecureConstraintValidator | class | core/ |
Validator for the FileExtensionSecureConstraint. |
FileExtensionSecureConstraintValidator.php | file | core/ |
|
FileExtensionSecureConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
FileExtensionSecureConstraintValidator::validate | function | core/ |
|
FileExtensionSecureConstraintValidator::__construct | function | core/ |
Creates a new FileExtensionSecureConstraintValidator. |
FileExtensionSecureConstraintValidatorTest | class | core/ |
Tests the FileExtensionSecureConstraintValidator. |
FileExtensionSecureConstraintValidatorTest.php | file | core/ |
|
FileExtensionSecureConstraintValidatorTest::testValidate | function | core/ |
@covers ::validate |
FileFieldWidgetTest::testFileExtensionsSetting | function | core/ |
Tests configuring file field's allowed file extensions setting. |
FileItem::validateExtensions | function | core/ |
Form API callback. |
FileSanitizationEventSubscriber::$allowedExtensions | property | core/ |
The allowed extensions. |
FileSanitizationEventSubscriber::getAllowedExtensions | function | core/ |
Gets the allowed extensions. |
FileSaveUploadTest::testFileSaveUploadEmptyExtensions | function | core/ |
Tests file_save_upload() with empty extensions. |
FileSystemInterface::INSECURE_EXTENSIONS | constant | core/ |
A list of insecure extensions. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.