Search for info
| Title | Object type | File name | Summary |
|---|---|---|---|
| ModuleHandler::getHookInfo | function | core/ |
Retrieves a list of hooks that are declared through hook_hook_info(). |
| ModuleHandler::getImplementationInfo | function | core/ |
Provides information about modules' implementations of a hook. |
| ModuleHandlerInterface::getHookInfo | function | core/ |
Retrieves a list of hooks that are declared through hook_hook_info(). |
| ModuleHandlerTest::testGetHookInfo | function | core/ |
Tests hook_hook_info() fetching through getHookInfo(). |
| ModuleInfoTest | class | core/ |
Tests that core module info files have the expected keys. |
| ModuleInfoTest.php | file | core/ |
|
| ModuleInfoTest::testModuleInfo | function | core/ |
Tests that core module info files have the expected keys. |
| ModulesListFormWebTest::testModulesListFormWithEmptyDescriptionInfoFile | function | core/ |
Tests the module form with a module with an empty description in info.yml. |
| ModulesListFormWebTest::testModulesListFormWithInvalidInfoFile | function | core/ |
Tests the module form with a module with an invalid info.yml file. |
| ModulesListNonStableConfirmForm::$groupedModuleInfo | property | core/ |
An array of module names to be enabled, keyed by lifecycle. |
| ModulesListNonStableConfirmForm::buildNonStableInfo | function | core/ |
Sets properties with information about non-stable modules being enabled. |
| ModuleThemePageXssVulnerabilityTest::testExtensionInfoXss | function | core/ |
Tests extension info cannot create XSS vulnerabilities. |
| module_autoload_test.info.yml | file | core/ |
core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info.yml |
| module_cache_bin.info.yml | file | core/ |
core/modules/system/tests/modules/module_cache_bin/module_cache_bin.info.yml |
| module_handler_test.info.yml | file | core/ |
core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.info.yml |
| module_handler_test_added.info.yml | file | core/ |
core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.info.yml |
| module_handler_test_all1.info.yml | file | core/ |
core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.info.yml |
| module_handler_test_all2.info.yml | file | core/ |
core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.info.yml |
| module_handler_test_hook_info | function | core/ |
Implements hook_hook_info(). |
| module_handler_test_multiple.info.yml | file | core/ |
core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.info.yml |
| module_handler_test_multiple_child.info.yml | file | core/ |
core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.info.yml |
| module_handler_test_no_hook.info.yml | file | core/ |
core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_no_hook/module_handler_test_no_hook.info.yml |
| module_info_type_comment.info.yml | file | core/ |
core/modules/system/tests/modules/module_info_type_comment/module_info_type_comment.info.yml |
| module_installer_config_test.info.yml | file | core/ |
core/modules/system/tests/modules/module_installer_config_test/module_installer_config_test.info.yml |
| module_install_class_loader_test1.info.yml | file | core/ |
core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.info.yml |
| module_install_class_loader_test2.info.yml | file | core/ |
core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.info.yml |
| module_required_test.info.yml | file | core/ |
core/modules/system/tests/modules/module_required_test/module_required_test.info.yml |
| module_required_test_system_info_alter | function | core/ |
Implements hook_system_info_alter(). |
| module_test.info.yml | file | core/ |
core/modules/system/tests/modules/module_test/module_test.info.yml |
| module_test_hook_info | function | core/ |
Implements hook_hook_info(). |
| module_test_system_info_alter | function | core/ |
Implements hook_system_info_alter(). |
| MoreLink::getInfo | function | core/ |
Returns the element properties for this element. |
| more_help_page_test.info.yml | file | core/ |
core/modules/help/tests/modules/more_help_page_test/more_help_page_test.info.yml |
| more_help_page_test_help_section_info_alter | function | core/ |
Implements hook_help_section_info_alter(). |
| MultipleDistributionsProfileTest::$info | property | core/ |
The distribution profile info. |
| mysql.info.yml | file | core/ |
core/modules/mysql/mysql.info.yml |
| name_collision_test.info.yml | file | core/ |
core/modules/system/tests/themes/name_collision_test/name_collision_test.info.yml |
| name_collision_test.info.yml | file | core/ |
core/modules/system/tests/modules/name_collision_test/name_collision_test.info.yml |
| navigation.info.yml | file | core/ |
core/modules/navigation/navigation.info.yml |
| navigation_element_info_alter | function | core/ |
Implements hook_element_info_alter(). |
| navigation_test.info.yml | file | core/ |
core/modules/navigation/tests/navigation_test/navigation_test.info.yml |
| navigation_top_bar.info.yml | file | core/ |
core/modules/navigation/modules/navigation_top_bar/navigation_top_bar.info.yml |
| new_dependency_test.info.yml | file | core/ |
core/modules/system/tests/modules/new_dependency_test/new_dependency_test.info.yml |
| new_dependency_test_with_service.info.yml | file | core/ |
core/modules/system/tests/modules/new_dependency_test_with_service/new_dependency_test_with_service.info.yml |
| nightwatch_a11y_testing.info.yml | file | core/ |
core/profiles/nightwatch_a11y_testing/nightwatch_a11y_testing.info.yml |
| nightwatch_testing.info.yml | file | core/ |
core/profiles/nightwatch_testing/nightwatch_testing.info.yml |
| nightwatch_theme_install_utility.info.yml | file | core/ |
core/modules/system/tests/modules/nightwatch_theme_install_utility/nightwatch_theme_install_utility.info.yml |
| node.info.yml | file | core/ |
core/modules/node/node.info.yml |
| Node::$fieldInfo | property | core/ |
Cached field and field instance definitions. |
| Node::getFieldInfo | function | core/ |
Gets field and instance definitions from the database. |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.