Search for extensions
- Search 7.x for extensions
- Search 9.5.x for extensions
- Search 10.3.x for extensions
- Search 11.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. |
archiver_get_extensions | 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. |
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. |
FileItem::validateExtensions | function | core/ |
Form API callback. |
FileUploadResourceTestBase::testFileUploadNoExtensionSetting | function | core/ |
Tests using the file upload POST route no extension configured. |
FileUploadTest::testFileUploadNoExtensionSetting | function | core/ |
Tests using the file upload POST route no extension configured. |
file_validate_extensions | function | core/ |
Checks that the filename ends with an allowed extension. |
GDToolkit::getSupportedExtensions | function | core/ |
Returns a list of image file extensions supported by the toolkit. |
ImageFactory::getSupportedExtensions | function | core/ |
Returns the image file extensions supported by the toolkit. |
ImageToolkitInterface::getSupportedExtensions | function | core/ |
Returns a list of image file extensions supported by the toolkit. |
KernelTestBase::getExtensionsForModules | function | core/ |
Returns Extension objects for $modules to enable. |
LegacyFunctionsTest::testArchiverGetExtensions | function | core/ |
@expectedDeprecation archiver_get_extensions() is deprecated in Drupal 8.8.0 and will be removed in Drupal 9.0.0. Use \Drupal\Core\Archiver\ArchiverManager::getExtensions() instead. See https://www.drupal.org/node/2999951 |
LibraryDiscoveryParserTest::testBuildByExtensionSimple | function | core/ |
Tests that basic functionality works for getLibraryByName. |
ModuleExtensionList::doScanExtensions | function | core/ |
Scans the available extensions. |
MultipleFileUploadTest::testMultipleFileFieldWithAllFileExtensions | function | core/ |
Tests multiple file field with all file extensions. |
NameMungingTest::testMungeIgnoreAllowedExtensions | function | core/ |
Tests that allowed extensions are ignored by file_munge_filename(). |
TestDiscovery::$availableExtensions | property | core/ |
Cached list of all available extension names, keyed by extension type. |
TestDiscovery::getExtensions | function | core/ |
Returns all available extensions. |
TestExtension::$installedExtensions | property | core/ |
|
TestExtension::setInstalledExtensions | function | core/ |
|
TestToolkit::getSupportedExtensions | function | core/ |
Returns a list of image file extensions supported by the toolkit. |
ThemeInitialization::$extensions | property | core/ |
The extensions that might be attaching assets. |
ThemeInitialization::getExtensions | function | core/ |
Gets all extensions. |
ThemeNotUsingClassyLibraryTest::providerTestThemeAccountsForClassyExtensions | function | core/ |
Data provider. |
ThemeNotUsingClassyLibraryTest::testThemeAccountsForClassyExtensions | function | core/ |
Checks for theme-specific equivalents of all Classy library-extends. |
UpdateRegistry::scanExtensionsAndLoadUpdateFiles | function | core/ |
Scans all module + profile extensions and load the update files. |
ValidateTest::testInsecureExtensions | function | core/ |
Tests hard-coded security check in file_validate(). |
ValidatorTest::testFileValidateExtensions | function | core/ |
Test the file_validate_extensions() function. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.