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 |
|---|---|---|---|
| ExtendingNonInstalledClass.php | file | core/ |
|
| ExtendingNonInstalledClass.php | file | core/ |
|
| ExtendingNonInstalledClass::testMethod | function | core/ |
Provides an empty test method for testing. |
| Extension | class | core/ |
Drupal 6/7 system data for a legacy extension source from database. |
| Extension | class | core/ |
Defines an extension (file) object. |
| extension.list.database_driver | service | core/ |
Drupal\Core\Extension\DatabaseDriverList |
| extension.list.module | service | core/ |
Drupal\Core\Extension\ModuleExtensionList |
| extension.list.profile | service | core/ |
Drupal\Core\Extension\ProfileExtensionList |
| extension.list.theme | service | core/ |
Drupal\Core\Extension\ThemeExtensionList |
| extension.path.resolver | service | core/ |
Drupal\Core\Extension\ExtensionPathResolver |
| Extension.php | file | core/ |
|
| Extension.php | file | core/ |
|
| 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/ |
Instantiates a new instance of this class. |
| 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/ |
Pagination
- Previous page
- Page 602
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.