Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ExtensionExistsConstraint::$themeMessage | property | core/ |
The error message for a non-existent theme. |
| ExtensionExistsConstraint::$type | property | core/ |
The type of extension to look for. Can be 'module' or 'theme'. |
| ExtensionExistsConstraint::getDefaultOption | function | core/ |
|
| ExtensionExistsConstraint::getRequiredOptions | function | core/ |
|
| ExtensionExistsConstraintValidator | class | core/ |
Validates that a given extension exists. |
| ExtensionExistsConstraintValidator.php | file | core/ |
|
| ExtensionExistsConstraintValidator::$moduleHandler | property | core/ |
The module handler service. |
| ExtensionExistsConstraintValidator::$themeHandler | property | core/ |
The theme handler service. |
| ExtensionExistsConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
| ExtensionExistsConstraintValidator::validate | function | core/ |
|
| ExtensionExistsConstraintValidator::__construct | function | core/ |
Constructs a ExtensionExistsConstraintValidator object. |
| ExtensionExistsConstraintValidatorTest | class | core/ |
Tests the ExtensionExists constraint validator. |
| ExtensionExistsConstraintValidatorTest.php | file | core/ |
|
| ExtensionExistsConstraintValidatorTest::$modules | property | core/ |
Modules to install. |
| ExtensionExistsConstraintValidatorTest::testValidation | function | core/ |
Tests the ExtensionExists constraint validator. |
| ExtensionInstallStorage | class | core/ |
Storage to access configuration and schema in enabled extensions. |
| ExtensionInstallStorage.php | file | core/ |
|
| ExtensionInstallStorage::$configStorage | property | core/ |
The active configuration store. |
| ExtensionInstallStorage::$includeProfile | property | core/ |
Flag to include the profile in the list of enabled modules. |
| ExtensionInstallStorage::$installProfile | property | core/ |
The name of the currently active installation profile. |
| ExtensionInstallStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| ExtensionInstallStorage::getAllFolders | function | core/ |
Returns a map of all config object names and their folders. |
| ExtensionInstallStorage::__construct | function | core/ |
Overrides \Drupal\Core\Config\InstallStorage::__construct(). |
| ExtensionInstallStorageTest | class | core/ |
@coversDefaultClass \Drupal\Core\Config\ExtensionInstallStorage[[api-linebreak]] @group Config |
| ExtensionInstallStorageTest.php | file | core/ |
|
| ExtensionInstallStorageTest::testCreateCollection | function | core/ |
@covers ::createCollection[[api-linebreak]] |
| ExtensionLifecycle | class | core/ |
Extension lifecycle. |
| ExtensionLifecycle.php | file | core/ |
|
| ExtensionLifecycle::DEPRECATED | constant | core/ |
Extension is deprecated. Warnings will be shown if still installed. |
| ExtensionLifecycle::EXPERIMENTAL | constant | core/ |
Extension is experimental. Warnings will be shown if installed. |
| ExtensionLifecycle::isValid | function | core/ |
Determines if a given extension lifecycle string is valid. |
| ExtensionLifecycle::LIFECYCLE_IDENTIFIER | constant | core/ |
The string used to identify the lifecycle in an .info.yml file. |
| ExtensionLifecycle::LIFECYCLE_LINK_IDENTIFIER | constant | core/ |
The string used to identify the lifecycle link in an .info.yml file. |
| ExtensionLifecycle::OBSOLETE | constant | core/ |
Extension is obsolete and installation will be prevented. |
| ExtensionLifecycle::STABLE | constant | core/ |
Extension is stable. This is the default value of any extension. |
| ExtensionList | class | core/ |
Provides available extensions. |
| ExtensionList.php | file | core/ |
|
| ExtensionList::$addedPathNames | property | core/ |
A list of extension folder names directly added in code (not discovered). |
| ExtensionList::$cache | property | core/ |
The cache. |
| ExtensionList::$defaults | property | core/ |
Default values to be merged into *.info.yml file arrays. |
| ExtensionList::$extensionInfo | property | core/ |
Static caching for extension info. |
| ExtensionList::$extensions | property | core/ |
The cached extensions. |
| ExtensionList::$infoParser | property | core/ |
The info parser. |
| ExtensionList::$installProfile | property | core/ |
The install profile used by the site. |
| ExtensionList::$moduleHandler | property | core/ |
The module handler. |
| ExtensionList::$pathNames | property | core/ |
A list of extension folder names keyed by extension name. |
| ExtensionList::$root | property | core/ |
The app root. |
| ExtensionList::$state | property | core/ |
The state store. |
| ExtensionList::$type | property | core/ |
The type of the extension. |
| ExtensionList::checkIncompatibility | function | core/ |
Tests the compatibility of an extension. |
Pagination
- Previous page
- Page 580
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.