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 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ExtensionAvailableConstraintValidatorTest | class | core/ |
Tests the ExtensionAvailable constraint validator. |
| ExtensionAvailableConstraintValidatorTest.php | file | core/ |
|
| ExtensionAvailableConstraintValidatorTest::$modules | property | core/ |
Modules to install. |
| 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::$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. |
| ExtensionDiscovery::PHP_FUNCTION_PATTERN | constant | core/ |
Regular expression to match PHP function names. |
| ExtensionDiscovery::process | function | core/ |
Processes the filtered and sorted list of extensions. |
| ExtensionDiscovery::scan | function | core/ |
Discovers available extensions of a given type. |
| ExtensionDiscovery::scanDirectory | function | core/ |
Recursively scans a base directory for the extensions it contains. |
| ExtensionDiscovery::setProfileDirectories | function | core/ |
Sets explicit profile directories to scan. |
| ExtensionDiscovery::setProfileDirectoriesFromSettings | function | core/ |
Sets installation profile directories based on current site settings. |
| ExtensionDiscovery::sort | function | core/ |
Sorts the discovered extensions. |
| ExtensionDiscovery::__construct | function | core/ |
Constructs a new ExtensionDiscovery object. |
| ExtensionDiscoveryTest | class | core/ |
Tests discovery of extensions. |
| ExtensionDiscoveryTest.php | file | core/ |
|
| ExtensionDiscoveryTest::addFileToFilesystemStructure | function | core/ |
|
| ExtensionDiscoveryTest::populateFilesystemStructure | function | core/ |
Adds example files to the filesystem structure. |
| ExtensionDiscoveryTest::testExtensionDiscoveryTypeComment | function | core/ |
Tests finding modules that have a trailing comment on the type property. |
| ExtensionDiscoveryTest::testExtensionDiscoveryVfs | function | core/ |
Tests extension discovery in a virtual filesystem with vfsStream. |
| ExtensionExistsConstraint | class | core/ |
Checks that the value is the name of an installed extension. |
| ExtensionExistsConstraint.php | file | core/ |
|
| ExtensionExistsConstraint::__construct | function | core/ |
Constructs an ExtensionExistsConstraint. |
| 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::testValidation | function | core/ |
Tests the ExtensionExists constraint validator. |
| ExtensionInstallStorage | class | core/ |
Storage to access configuration and schema in enabled extensions. |
| ExtensionInstallStorage.php | file | core/ |
Pagination
- Previous page
- Page 603
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.