Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Extension::$filename | property | core/ |
The filename of the main extension file (e.g., 'node.module'). |
| Extension::$info | property | core/ |
The extension info array. |
| Extension::$pathname | property | core/ |
The relative pathname of the extension. |
| Extension::$root | property | core/ |
The app root. |
| Extension::$splFileInfo | property | core/ |
An SplFileInfo instance for the extension's info file. |
| Extension::$type | property | core/ |
The type of the extension (e.g., 'module'). |
| Extension::fields | function | core/ |
Returns available fields on the source. |
| Extension::getExtensionFilename | function | core/ |
Returns the name of the main extension file, if any. |
| Extension::getExtensionPathname | function | core/ |
Returns the relative path of the main extension file, if any. |
| Extension::getFileInfo | function | core/ |
Returns SplFileInfo instance for the extension's info file. |
| Extension::getFilename | function | core/ |
Returns the filename of the extension's info file. |
| Extension::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| Extension::getName | function | core/ |
Returns the internal name of the extension. |
| 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/ |
Adds additional data to the row. |
| Extension::query | function | core/ |
Prepares query object to retrieve data from the source database. |
| 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::__construct | function | core/ |
Constructs an ExtensionAvailableConstraint object. |
| 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::$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. |
Pagination
- Previous page
- Page 510
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.