Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Extension::getPath | function | core/ |
Returns the relative path of the extension. |
| Extension::getPathname | function | core/ |
Returns the relative path and filename of the extension's info file. |
| Extension::getType | function | core/ |
Returns the type of the extension. |
| Extension::isExperimental | function | core/ |
Checks if an extension is marked as experimental. |
| Extension::isObsolete | function | core/ |
Checks if an extension is marked as obsolete. |
| Extension::load | function | core/ |
Loads the main extension file, if any. |
| Extension::prepareRow | function | core/ |
|
| Extension::query | function | core/ |
|
| Extension::__construct | function | core/ |
Constructs a new Extension object. |
| Extension::__sleep | function | core/ |
Magic method implementation to serialize the extension object. |
| Extension::__wakeup | function | core/ |
Magic method implementation to unserialize the extension object. |
| ExtensionAvailableConstraint | class | core/ |
Check if an extension (module, theme, or profile) is available. |
| ExtensionAvailableConstraint.php | file | core/ |
|
| ExtensionAvailableConstraint::$type | property | core/ |
The type of extension to look for. Can be 'module', 'theme' or 'profile'. |
| ExtensionAvailableConstraint::getDefaultOption | function | core/ |
|
| ExtensionAvailableConstraint::getRequiredOptions | function | core/ |
|
| ExtensionAvailableConstraint::__construct | function | core/ |
#[HasNamedArguments] |
| ExtensionAvailableConstraintValidator | class | core/ |
Validates that a given extension exists. |
| ExtensionAvailableConstraintValidator.php | file | core/ |
|
| ExtensionAvailableConstraintValidator::$extensionDiscovery | property | core/ |
Extension discovery objects for when the profile has changed. |
| ExtensionAvailableConstraintValidator::$inTestEnvironment | property | core/ |
Indicates if the application is running in a test environment. |
| ExtensionAvailableConstraintValidator::create | function | core/ |
|
| ExtensionAvailableConstraintValidator::extensionExists | function | core/ |
Determines if an extension exists. |
| ExtensionAvailableConstraintValidator::getExtensionDiscovery | function | core/ |
Gets an extension discovery object for the given profile. |
| ExtensionAvailableConstraintValidator::insideTest | function | core/ |
Whether this validator is running inside a test. |
| ExtensionAvailableConstraintValidator::resolveProfile | function | core/ |
Resolve the profile based on the given typed data. |
| ExtensionAvailableConstraintValidator::validate | function | core/ |
|
| ExtensionAvailableConstraintValidator::__construct | function | core/ |
|
| ExtensionAvailableConstraintValidatorTest | class | core/ |
Tests the ExtensionAvailable constraint validator. |
| ExtensionAvailableConstraintValidatorTest.php | file | core/ |
|
| ExtensionAvailableConstraintValidatorTest::$modules | property | core/ |
|
| ExtensionAvailableConstraintValidatorTest::dataProvider | function | core/ |
Data provider using yield statements. |
| ExtensionAvailableConstraintValidatorTest::testValidationModule | function | core/ |
Tests the ExtensionAvailable constraint validator. |
| ExtensionAvailableConstraintValidatorTest::testValidationProfile | function | core/ |
Tests the ExtensionAvailable constraint validator. |
| ExtensionDiscovery | class | core/ |
Discovers available extensions in the filesystem. |
| ExtensionDiscovery.php | file | core/ |
|
| ExtensionDiscovery::$fileCache | property | core/ |
The file cache object. |
| ExtensionDiscovery::$files | property | core/ |
Previously discovered files keyed by origin directory and extension type. |
| ExtensionDiscovery::$infoParser | property | core/ |
The info parser. |
| ExtensionDiscovery::$profileDirectories | property | core/ |
List of installation profile directories to additionally scan. |
| ExtensionDiscovery::$root | property | core/ |
The app root for the current operation. |
| ExtensionDiscovery::$sitePath | property | core/ |
The site path. |
| ExtensionDiscovery::filterByProfileDirectories | function | core/ |
Filters out extensions not belonging to the scanned installation profiles. |
| ExtensionDiscovery::getProfileDirectories | function | core/ |
Gets the installation profile directories to be scanned. |
| ExtensionDiscovery::ORIGIN_CORE | constant | core/ |
Origin directory weight: Core. |
| ExtensionDiscovery::ORIGIN_PARENT_SITE | constant | core/ |
Origin directory weight: Parent site directory of a test site environment. |
| ExtensionDiscovery::ORIGIN_PROFILE | constant | core/ |
Origin directory weight: Installation profile. |
| ExtensionDiscovery::ORIGIN_ROOT | constant | core/ |
Origin directory weight: Site-wide directory. |
| ExtensionDiscovery::ORIGIN_SITE | constant | core/ |
Origin directory weight: Site-specific directory. |
| ExtensionDiscovery::ORIGIN_SITES_ALL | constant | core/ |
Origin directory weight: sites/all. |
Pagination
- Previous page
- Page 611
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.