Search for extension
- Search 7.x for extension
- Search 9.5.x for extension
- Search 8.9.x for extension
- Search 10.3.x for extension
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Extension | class | core/ |
Drupal 6/7 system data for a legacy extension source from database. |
Extension | class | core/ |
Defines an extension (file) object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
DebugExtension | class | core/ |
A class providing Drupal Twig Debug extension. |
DebugExtension.php | file | core/ |
|
DebugExtension::dump | function | core/ |
Dumps information about variables using Symfony VarDumper. |
DebugExtension::getFunctions | function | core/ |
|
DebugExtension::SYMFONY_VAR_DUMPER_CLASS | constant | core/ |
The Symfony VarDumper class. |
DefaultConfigTest::assertExtensionConfig | function | core/ |
Tests that the config provided by the extension is correct. |
DefaultPluginManager::$moduleExtensionList | property | core/ |
The module extension list. |
Drupal\package_manager\Validator\EnabledExtensionsValidator | service | core/ |
|
Drupal\package_manager\Validator\PhpExtensionsValidator | service | core/ |
|
Drupal\sdc\Twig\TwigExtension | service | core/ |
|
DRUPAL_EXTENSION_NAME_MAX_LENGTH | constant | core/ |
The maximum number of characters in a module or theme name. |
drupal_phpunit_contrib_extension_directory_roots | function | core/ |
Returns directories under which contributed extensions may exist. |
drupal_phpunit_find_extension_directories | function | core/ |
Finds all valid extension directories recursively within a given directory. |
drupal_phpunit_get_extension_namespaces | function | core/ |
Registers the namespace for each extension directory with the autoloader. |
EnabledExtensionsValidator | class | core/ |
Validates no enabled Drupal extensions are removed from the stage directory. |
EnabledExtensionsValidator.php | file | core/ |
|
EnabledExtensionsValidator::getSubscribedEvents | function | core/ |
|
EnabledExtensionsValidator::validate | function | core/ |
Validates that no enabled Drupal extensions have been removed. |
EnabledExtensionsValidator::__construct | function | core/ |
|
EnabledExtensionsValidatorTest | class | core/ |
@covers \Drupal\package_manager\Validator\EnabledExtensionsValidator @group package_manager @internal |
EnabledExtensionsValidatorTest.php | file | core/ |
|
EnabledExtensionsValidatorTest::createExtension | function | core/ |
Returns a mocked extension object for a package. |
EnabledExtensionsValidatorTest::providerExtensionRemoved | function | core/ |
Data provider for testExtensionRemoved(). |
EnabledExtensionsValidatorTest::testExtensionRemoved | function | core/ |
Tests that error is raised if Drupal modules, profiles or themes are removed. |
Extension | class | core/ |
Defines an extension (file) object. |
Extension | class | core/ |
Drupal 6/7 system data for a legacy extension source from database. |
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 (e.g., 'core/modules/node/node.info.yml'). |
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/ |
|
Extension::__construct | function | core/ |
Constructs a new Extension object. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.