Search for extensionExists
- Search 7.x for extensionExists
- Search 9.5.x for extensionExists
- Search 8.9.x for extensionExists
- Search 10.3.x for extensionExists
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ExtensionAvailableConstraintValidator::extensionExists | function | core/ |
Determines if an extension exists. |
| ExtensionExistsConstraint | class | core/ |
Checks that the value is the name of an installed extension. |
| ExtensionExistsConstraint.php | file | core/ |
|
| ExtensionExistsConstraint::$moduleMessage | property | core/ |
The error message for a non-existent module. |
| 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::testValidation | function | core/ |
Tests the ExtensionExists constraint validator. |
| NonPublicSchemaTest::testExtensionExists | function | core/ |
Tests extension exists. |
| Schema::extensionExists | function | core/ |
Determines whether the PostgreSQL extension is created. |
| SchemaTest::testPgsqlExtensionExists | function | core/ |
Tests pgsql extension exists. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.