Search for info
| Title | Object type | File name | Summary |
|---|---|---|---|
| InfoHookDecorator::$hook | property | core/ |
The name of the info hook that will be implemented by this discovery instance. |
| InfoHookDecorator::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| InfoHookDecorator::__call | function | core/ |
Passes through all unknown calls onto the decorated object. |
| InfoHookDecorator::__construct | function | core/ |
Constructs a InfoHookDecorator object. |
| InfoParser | class | core/ |
Parses extension .info.yml files. |
| InfoParser.php | file | core/ |
|
| InfoParser::$parsedInfos | property | core/ |
Array of all info keyed by filename. |
| InfoParser::parse | function | core/ |
Parses Drupal module, theme and profile .info.yml files. |
| InfoParserDynamic | class | core/ |
Parses dynamic .info.yml files that might change during the page request. |
| InfoParserDynamic.php | file | core/ |
|
| InfoParserDynamic::$root | property | core/ |
The root directory of the Drupal installation. |
| InfoParserDynamic::FIRST_CORE_VERSION_REQUIREMENT_SUPPORTED_VERSION | constant | core/ |
The earliest Drupal version that supports the 'core_version_requirement'. |
| InfoParserDynamic::getAllPreviousCoreVersions | function | core/ |
Gets all the versions of Drupal 8 before a specific version. |
| InfoParserDynamic::getRequiredKeys | function | core/ |
Returns an array of keys required to exist in .info.yml file. |
| InfoParserDynamic::isConstraintSatisfiedByPreviousVersion | function | core/ |
Determines if a constraint is satisfied by earlier versions of Drupal 8. |
| InfoParserDynamic::parse | function | core/ |
Parses Drupal module, theme and profile .info.yml files. |
| InfoParserDynamic::__construct | function | core/ |
InfoParserDynamic constructor. |
| InfoParserException | class | core/ |
An exception thrown by the InfoParser class whilst parsing info.yml files. |
| InfoParserException.php | file | core/ |
|
| InfoParserInterface | interface | core/ |
Interface for classes that parses Drupal's info.yml files. |
| InfoParserInterface.php | file | core/ |
|
| InfoParserInterface::parse | function | core/ |
Parses Drupal module, theme and profile .info.yml files. |
| InfoParserUnitTest | class | core/ |
Tests InfoParser class and exception. |
| InfoParserUnitTest.php | file | core/ |
|
| InfoParserUnitTest::$infoParser | property | core/ |
The InfoParser object. |
| InfoParserUnitTest::providerCoreIncompatibility | function | core/ |
Dataprovider for testCoreIncompatibility(). |
| InfoParserUnitTest::providerCoreVersionRequirementInvalid | function | core/ |
Dataprovider for testCoreVersionRequirementInvalid(). |
| InfoParserUnitTest::setUp | function | core/ |
|
| InfoParserUnitTest::testCoreCoreVersionRequirement88 | function | core/ |
Tests that 'core_version_requirement: ^8.8' is invalid with a 'core' key. |
| InfoParserUnitTest::testCoreIncompatibility | function | core/ |
@covers ::parse[[api-linebreak]] |
| InfoParserUnitTest::testCoreVersionRequirement88 | function | core/ |
Tests that 'core_version_requirement: ^8.8' is valid with no 'core' key. |
| InfoParserUnitTest::testCoreVersionRequirementInvalid | function | core/ |
Tests a invalid 'core_version_requirement'. |
| InfoParserUnitTest::testInfoParserBroken | function | core/ |
Test if correct exception is thrown for a broken info file. |
| InfoParserUnitTest::testInfoParserCommonInfo | function | core/ |
Tests common info file. |
| InfoParserUnitTest::testInfoParserCoreInfo | function | core/ |
Tests common info file. |
| InfoParserUnitTest::testInfoParserMissingKey | function | core/ |
Tests that missing required key is detected. |
| InfoParserUnitTest::testInfoParserMissingKeys | function | core/ |
Tests that missing required keys are detected. |
| InfoParserUnitTest::testInfoParserNonExisting | function | core/ |
Tests the functionality of the infoParser object. |
| InfoParserUnitTest::testInvalidCore | function | core/ |
Tests a invalid 'core' key. |
| InfoParserUnitTest::testMissingCoreCoreVersionRequirement | function | core/ |
Tests that missing 'core' and 'core_version_requirement' keys are detected. |
| InfoParserUnitTest::testProfile | function | core/ |
Test a profile info file. |
| InfoParserUnitTest::testTestingPackageMissingCoreCoreVersionRequirement | function | core/ |
Tests that Testing package modules use a default core_version_requirement. |
| InfoParserUnitTest::testUnparsableCoreVersionRequirement | function | core/ |
Tests the exception for an unparsable 'core_version_requirement' value. |
| Information types | group | core/ |
Types of information in Drupal. |
| info_parser | service | core/ |
Drupal\Core\Extension\InfoParser |
| InlineTemplate::getInfo | function | core/ |
Returns the element properties for this element. |
| inline_form_errors.info.yml | file | core/ |
core/modules/inline_form_errors/inline_form_errors.info.yml |
| inline_form_errors_element_info_alter | function | core/ |
Implements hook_element_info_alter(). |
| install_profile_info | function | core/ |
Retrieves information about an installation profile from its .info.yml file. |
| invalid_module_name_over_the_maximum_allowed_character_length.info.yml | file | core/ |
core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.