Search for extension

  1. Search 7.x for extension
  2. Search 9.5.x for extension
  3. Search 8.9.x for extension
  4. Search 10.3.x for extension
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Extension class core/modules/system/src/Plugin/migrate/source/Extension.php Drupal 6/7 system data for a legacy extension source from database.
Extension class core/lib/Drupal/Core/Extension/Extension.php Defines an extension (file) object.

All search results

Title Object type File name Summary
ModuleExtensionListTest class core/tests/Drupal/KernelTests/Core/Extension/ModuleExtensionListTest.php @coversDefaultClass \Drupal\Core\Extension\ModuleExtensionList
@group Extension
ModuleExtensionListTest.php file core/tests/Drupal/KernelTests/Core/Extension/ModuleExtensionListTest.php
ModuleExtensionListTest::testGetList function core/tests/Drupal/KernelTests/Core/Extension/ModuleExtensionListTest.php @covers ::getList
ModuleRequiredByThemesUninstallValidator::$moduleExtensionList property core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php The module extension list.
ModuleRequiredByThemesUninstallValidator::$themeExtensionList property core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php The theme extension list.
ModuleRequiredByThemesUninstallValidatorTest::$moduleExtensionList property core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php Mock of ModuleExtensionList.
ModuleRequiredByThemesUninstallValidatorTest::$themeExtensionList property core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php Mock of ThemeExtensionList.
ModulesListForm::$moduleExtensionList property core/modules/system/src/Form/ModulesListForm.php The module extension list.
ModulesListNonStableConfirmForm::$moduleExtensionList property core/modules/system/src/Form/ModulesListNonStableConfirmForm.php Module extension list.
ModulesUninstallConfirmForm::$moduleExtensionList property core/modules/system/src/Form/ModulesUninstallConfirmForm.php The module extension list.
ModulesUninstallForm::$moduleExtensionList property core/modules/system/src/Form/ModulesUninstallForm.php The module extension list.
ModuleThemePageXssVulnerabilityTest::testExtensionInfoXss function core/modules/system/tests/src/Functional/ModuleThemePageXssVulnerabilityTest.php Tests extension info cannot create XSS vulnerabilities.
MultipleFileUploadTest::testMultipleFileFieldWithAllFileExtensions function core/modules/file/tests/src/Functional/MultipleFileUploadTest.php Tests multiple file field with all file extensions.
NonPublicSchemaTest::testExtensionExists function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers ::extensionExists
@covers ::tableExists
nyan_cat_extension function core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine Implements hook_extension().
ObsoleteExtensionException class core/lib/Drupal/Core/Extension/Exception/ObsoleteExtensionException.php Exception thrown when the extension is obsolete on install.
ObsoleteExtensionException.php file core/lib/Drupal/Core/Extension/Exception/ObsoleteExtensionException.php
OEmbed::getThumbnailFileExtensionFromUrl function core/modules/media/src/Plugin/media/Source/OEmbed.php Tries to determine the file extension of a thumbnail.
Permission::$moduleExtensionList property core/modules/user/src/Plugin/views/access/Permission.php Module extension list.
PermissionHandlerTest::mockModuleExtension function core/modules/user/tests/src/Unit/PermissionHandlerTest.php Provides an extension object for a given module with a human name.
Permissions::$moduleExtensionList property core/modules/user/src/Plugin/views/filter/Permissions.php Module extension list.
PhpSerialize::getFileExtension function core/lib/Drupal/Component/Serialization/PhpSerialize.php
PreExistingConfigException::$extension property core/lib/Drupal/Core/Config/PreExistingConfigException.php The name of the module that is being installed.
PreExistingConfigException::getExtension function core/lib/Drupal/Core/Config/PreExistingConfigException.php Gets the name of the extension that is being installed.
ProfileExtensionList class core/lib/Drupal/Core/Extension/ProfileExtensionList.php Provides a list of installation profiles.
ProfileExtensionList.php file core/lib/Drupal/Core/Extension/ProfileExtensionList.php
ProfileExtensionList::$defaults property core/lib/Drupal/Core/Extension/ProfileExtensionList.php Default values to be merged into *.info.yml file arrays.
ProfileExtensionList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/ProfileExtensionList.php Returns a list of machine names of installed extensions.
Recipe::validateExtensionIsAvailable function core/lib/Drupal/Core/Recipe/Recipe.php Validates that the value is an available module/theme (installed or not).
RecipeConfigurator::listAllExtensions function core/lib/Drupal/Core/Recipe/RecipeConfigurator.php List all the extensions installed by this recipe and its dependencies.
RecipeExtensionConfigStorage class core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Allows the recipe to select configuration from the module.
RecipeExtensionConfigStorage.php file core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php
RecipeExtensionConfigStorage::$storage property core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php
RecipeExtensionConfigStorage::createCollection function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Creates a collection on the storage.
RecipeExtensionConfigStorage::decode function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Decodes configuration data from the storage-specific format.
RecipeExtensionConfigStorage::delete function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Deletes a configuration object from the storage.
RecipeExtensionConfigStorage::deleteAll function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Deletes configuration objects whose names start with a given prefix.
RecipeExtensionConfigStorage::encode function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Encodes configuration data into the storage-specific format.
RecipeExtensionConfigStorage::exists function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Returns whether a configuration object exists.
RecipeExtensionConfigStorage::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Gets the existing collections.
RecipeExtensionConfigStorage::getCollectionName function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Gets the name of the current collection the storage is using.
RecipeExtensionConfigStorage::listAll function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Gets configuration object names starting with a given prefix.
RecipeExtensionConfigStorage::read function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Reads configuration data from the storage.
RecipeExtensionConfigStorage::readMultiple function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Reads configuration data from the storage.
RecipeExtensionConfigStorage::rename function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Renames a configuration object in the storage.
RecipeExtensionConfigStorage::write function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Writes configuration data to the storage.
RecipeExtensionConfigStorage::__construct function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php
RecipeMissingExtensionsException class core/lib/Drupal/Core/Recipe/RecipeMissingExtensionsException.php Exception thrown when recipes contain or depend on missing extensions.
RecipeMissingExtensionsException.php file core/lib/Drupal/Core/Recipe/RecipeMissingExtensionsException.php
RecipeMissingExtensionsException::__construct function core/lib/Drupal/Core/Recipe/RecipeMissingExtensionsException.php Constructs a RecipeMissingExtensionsException.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.