Search for info

  1. Search 7.x for info
  2. Search 9.5.x for info
  3. Search 8.9.x for info
  4. Search 10.3.x for info
  5. Other projects
Title Object type File name Summary
image_lazy_load_test.info.yml file core/modules/system/tests/modules/image_lazy_load_test/image_lazy_load_test.info.yml core/modules/system/tests/modules/image_lazy_load_test/image_lazy_load_test.info.yml
image_module_test.info.yml file core/modules/image/tests/modules/image_module_test/image_module_test.info.yml core/modules/image/tests/modules/image_module_test/image_module_test.info.yml
image_test.info.yml file core/modules/system/tests/modules/image_test/image_test.info.yml core/modules/system/tests/modules/image_test/image_test.info.yml
image_test_views.info.yml file core/modules/image/tests/modules/image_test_views/image_test_views.info.yml core/modules/image/tests/modules/image_test_views/image_test_views.info.yml
InfoAlterTest class core/modules/system/tests/src/Kernel/System/InfoAlterTest.php Tests the effectiveness of hook_system_info_alter().
InfoAlterTest.php file core/modules/system/tests/src/Kernel/System/InfoAlterTest.php
InfoAlterTest::$modules property core/modules/system/tests/src/Kernel/System/InfoAlterTest.php Modules to install.
InfoAlterTest::testSystemInfoAlter function core/modules/system/tests/src/Kernel/System/InfoAlterTest.php Tests that theme .info.yml data is rebuild after enabling a module.
InfoHookDecorator class core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php Allows info hook implementations to enhance discovered plugin definitions.
InfoHookDecorator.php file core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php
InfoHookDecorator::$decorated property core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php The Discovery object being decorated.
InfoHookDecorator::$hook property core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php The name of the info hook that will be implemented by this discovery instance.
InfoHookDecorator::getDefinitions function core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php Gets the definition of all plugins for this type.
InfoHookDecorator::__call function core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php Passes through all unknown calls onto the decorated object.
InfoHookDecorator::__construct function core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php Constructs an InfoHookDecorator object.
InfoParser class core/lib/Drupal/Core/Extension/InfoParser.php Parses extension .info.yml files.
InfoParser.php file core/lib/Drupal/Core/Extension/InfoParser.php
InfoParser::$fileCache property core/lib/Drupal/Core/Extension/InfoParser.php The file cache.
InfoParser::parse function core/lib/Drupal/Core/Extension/InfoParser.php Parses Drupal module, theme and profile .info.yml files.
InfoParser::__construct function core/lib/Drupal/Core/Extension/InfoParser.php InfoParser constructor.
InfoParserDynamic class core/lib/Drupal/Core/Extension/InfoParserDynamic.php Parses dynamic .info.yml files that might change during the page request.
InfoParserDynamic.php file core/lib/Drupal/Core/Extension/InfoParserDynamic.php
InfoParserDynamic::getRequiredKeys function core/lib/Drupal/Core/Extension/InfoParserDynamic.php Returns an array of keys required to exist in .info.yml file.
InfoParserDynamic::parse function core/lib/Drupal/Core/Extension/InfoParserDynamic.php Parses Drupal module, theme and profile .info.yml files.
InfoParserDynamic::__construct function core/lib/Drupal/Core/Extension/InfoParserDynamic.php InfoParserDynamic constructor.
InfoParserException class core/lib/Drupal/Core/Extension/InfoParserException.php An exception thrown by the InfoParser class whilst parsing info.yml files.
InfoParserException.php file core/lib/Drupal/Core/Extension/InfoParserException.php
InfoParserInterface interface core/lib/Drupal/Core/Extension/InfoParserInterface.php Interface for classes that parses Drupal's info.yml files.
InfoParserInterface.php file core/lib/Drupal/Core/Extension/InfoParserInterface.php
InfoParserInterface::parse function core/lib/Drupal/Core/Extension/InfoParserInterface.php Parses Drupal module, theme and profile .info.yml files.
InfoParserUnitTest class core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests InfoParser class and exception.
InfoParserUnitTest.php file core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php
InfoParserUnitTest::$infoParser property core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php The InfoParser object.
InfoParserUnitTest::providerCoreIncompatibility function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testCoreIncompatibility().
InfoParserUnitTest::providerInfoException function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testInfoException().
InfoParserUnitTest::providerInvalidLifecycle function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testInvalidLifecycle().
InfoParserUnitTest::providerLifecycleLink function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testLifecycleLink().
InfoParserUnitTest::providerValidLifecycle function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testValidLifecycle().
InfoParserUnitTest::setUp function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php
InfoParserUnitTest::testCoreIncompatibility function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php @covers ::parse
InfoParserUnitTest::testInfoException function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests if correct exception is thrown for a broken info file.
InfoParserUnitTest::testInfoParserBroken function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that the correct exception is thrown for a broken info file.
InfoParserUnitTest::testInfoParserCommonInfo function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests common info file.
InfoParserUnitTest::testInfoParserCoreInfo function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests common info file.
InfoParserUnitTest::testInfoParserNonExisting function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests the functionality of the infoParser object.
InfoParserUnitTest::testInvalidLifecycle function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests an info file with invalid lifecycle values.
InfoParserUnitTest::testLifecycleLink function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests an info file's lifecycle_link values.
InfoParserUnitTest::testProfile function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests a profile info file.
InfoParserUnitTest::testTestingPackageMissingCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that Testing package modules use a default core_version_requirement.
InfoParserUnitTest::testUnparsableCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests the exception for an unparsable 'core_version_requirement' value.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.