Search for info
| Title | Object type | File name | Summary | 
|---|---|---|---|
| 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::providerCore8x | function | core/ | 
                                                                                        Data provider for testCore8x(). | 
| InfoParserUnitTest::providerCoreIncompatibility | function | core/ | 
                                                                                        Data provider for testCoreIncompatibility(). | 
| InfoParserUnitTest::providerCoreVersionRequirementInvalid | function | core/ | 
                                                                                        Data provider for testCoreVersionRequirementInvalid(). | 
| InfoParserUnitTest::providerCoreWithoutCoreVersionRequirement | function | core/ | 
                                                                                        DataProvider for testCoreWithoutCoreVersionRequirement(). | 
| InfoParserUnitTest::providerInvalidCore | function | core/ | 
                                                                                        |
| InfoParserUnitTest::providerInvalidLifecycle | function | core/ | 
                                                                                        Data provider for testInvalidLifecycle(). | 
| InfoParserUnitTest::providerLifecycleLink | function | core/ | 
                                                                                        Data provider for testLifecycleLink(). | 
| InfoParserUnitTest::providerValidLifecycle | function | core/ | 
                                                                                        Data provider for testValidLifecycle(). | 
| InfoParserUnitTest::setUp | function | core/ | 
                                                                                        |
| InfoParserUnitTest::testCore8x | function | core/ | 
                                                                                        Tests a 'core: 8.x' with different values for 'core_version_requirement'. | 
| InfoParserUnitTest::testCore8xNoCoreVersionRequirement | function | core/ | 
                                                                                        Tests an info file with 'core: 8.x' but without 'core_version_requirement'. | 
| 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::testCoreWithoutCoreVersionRequirement | function | core/ | 
                                                                                        Tests setting the 'core' key without the 'core_version_requirement' key. | 
| InfoParserUnitTest::testInfoParserBroken | function | core/ | 
                                                                                        Tests 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::testInvalidLifecycle | function | core/ | 
                                                                                        Tests an info file with invalid lifecycle values. | 
| InfoParserUnitTest::testLifecycleLink | function | core/ | 
                                                                                        Tests an info file's lifecycle_link values. | 
| InfoParserUnitTest::testMissingCoreCoreVersionRequirement | function | core/ | 
                                                                                        Tests that missing 'core' and 'core_version_requirement' keys are detected. | 
| InfoParserUnitTest::testProfile | function | core/ | 
                                                                                        Tests 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. | 
| InfoParserUnitTest::testValidLifecycle | function | core/ | 
                                                                                        Tests an info file with valid lifecycle values. | 
| 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. | 
Pagination
- Previous page
 - Page 15
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.