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. Search 11.x for info
  6. Other projects
Title Object type File name Summary
test_theme_settings.info.yml file core/modules/system/tests/themes/test_theme_settings/test_theme_settings.info.yml core/modules/system/tests/themes/test_theme_settings/test_theme_settings.info.yml
test_theme_settings_features.info.yml file core/modules/system/tests/themes/test_theme_settings_features/test_theme_settings_features.info.yml core/modules/system/tests/themes/test_theme_settings_features/test_theme_settings_features.info.yml
test_theme_theme.info.yml file core/modules/system/tests/themes/test_theme_theme/test_theme_theme.info.yml core/modules/system/tests/themes/test_theme_theme/test_theme_theme.info.yml
test_theme_twig_registry_loader.info.yml file core/modules/system/tests/themes/test_theme_twig_registry_loader/test_theme_twig_registry_loader.info.yml core/modules/system/tests/themes/test_theme_twig_registry_loader/test_theme_twig_registry_loader.info.yml
test_theme_twig_registry_loader_subtheme.info.yml file core/modules/system/tests/themes/test_theme_twig_registry_loader_subtheme/test_theme_twig_registry_loader_subtheme.info.yml core/modules/system/tests/themes/test_theme_twig_registry_loader_subtheme/test_theme_twig_registry_loader_subtheme.info.yml
test_theme_twig_registry_loader_theme.info.yml file core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/test_theme_twig_registry_loader_theme.info.yml core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/test_theme_twig_registry_loader_theme.info.yml
test_theme_updates.info.yml file core/modules/system/tests/themes/test_theme_updates/test_theme_updates.info.yml core/modules/system/tests/themes/test_theme_updates/test_theme_updates.info.yml
test_theme_with_a_base_theme_depending_on_modules.info.yml file core/modules/system/tests/themes/test_theme_with_a_base_theme_depending_on_modules/test_theme_with_a_base_theme_depending_on_modules.info.yml core/modules/system/tests/themes/test_theme_with_a_base_theme_depending_on_modules/test_theme_with_a_base_theme_depending_on_modules.info.yml
test_theme_with_deprecated_libraries.info.yml file core/modules/system/tests/themes/test_theme_with_deprecated_libraries/test_theme_with_deprecated_libraries.info.yml core/modules/system/tests/themes/test_theme_with_deprecated_libraries/test_theme_with_deprecated_libraries.info.yml
test_user_config.info.yml file core/modules/system/tests/modules/test_user_config/test_user_config.info.yml core/modules/system/tests/modules/test_user_config/test_user_config.info.yml
test_wild_west.info.yml file core/modules/system/tests/themes/test_wild_west/test_wild_west.info.yml core/modules/system/tests/themes/test_wild_west/test_wild_west.info.yml
text.info.yml file core/modules/text/text.info.yml core/modules/text/text.info.yml
Textarea::getInfo function core/lib/Drupal/Core/Render/Element/Textarea.php Returns the element properties for this element.
Textfield::getInfo function core/lib/Drupal/Core/Render/Element/Textfield.php Returns the element properties for this element.
TextFormat::elementInfo function core/modules/filter/src/Element/TextFormat.php Wraps the element info service.
TextFormat::getInfo function core/modules/filter/src/Element/TextFormat.php Returns the element properties for this element.
TextHooks::fieldTypeCategoryInfoAlter function core/modules/text/src/Hook/TextHooks.php Implements hook_field_type_category_info_alter().
TextTestHooks::entityBundleFieldInfoAlter function core/modules/text/tests/modules/text_test/src/Hook/TextTestHooks.php Implements hook_entity_bundle_field_info_alter().
text_test.info.yml file core/modules/text/tests/modules/text_test/text_test.info.yml core/modules/text/tests/modules/text_test/text_test.info.yml
ThemeAdminForm class core/modules/system/src/Form/ThemeAdminForm.php Form to select the administration theme.
ThemeAdminForm.php file core/modules/system/src/Form/ThemeAdminForm.php
ThemeAdminForm::buildForm function core/modules/system/src/Form/ThemeAdminForm.php Form constructor.
ThemeAdminForm::getEditableConfigNames function core/modules/system/src/Form/ThemeAdminForm.php Gets the configuration names that will be editable.
ThemeAdminForm::getFormId function core/modules/system/src/Form/ThemeAdminForm.php Returns a unique string identifying the form.
ThemeAdminForm::submitForm function core/modules/system/src/Form/ThemeAdminForm.php Form submission handler.
ThemeExtensionList::createExtensionInfo function core/lib/Drupal/Core/Extension/ThemeExtensionList.php Creates the info value for an extension object.
ThemeHandler::listInfo function core/lib/Drupal/Core/Extension/ThemeHandler.php Returns a list of currently installed themes.
ThemeHandler::refreshInfo function core/lib/Drupal/Core/Extension/ThemeHandler.php Refreshes the theme info data of currently installed themes.
ThemeHandlerInterface::listInfo function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Returns a list of currently installed themes.
ThemeHandlerInterface::refreshInfo function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Refreshes the theme info data of currently installed themes.
ThemeInfoTest class core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php Tests processing of theme .info.yml properties.
ThemeInfoTest.php file core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php
ThemeInfoTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php The theme to install as the default for testing.
ThemeInfoTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php Modules to install.
ThemeInfoTest::testChanges function core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php Tests that changes to the info file are picked up.
ThemeInfoTest::testStylesheets function core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php Tests libraries-override.
ThemeInstallerTest::testThemeInfoAlter function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests that theme info can be altered by a module.
ThemePageTestHooks::systemInfoAlter function core/modules/system/tests/modules/theme_page_test/src/Hook/ThemePageTestHooks.php Implements hook_system_info_alter().
ThemeTestController::testInfoStylesheets function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Adds stylesheets to test theme .info.yml property processing.
ThemeTestHooks::libraryInfoAlter function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Implements hook_library_info_alter().
ThemeTestHooks::systemInfoAlter function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Implements hook_system_info_alter().
theme_page_test.info.yml file core/modules/system/tests/modules/theme_page_test/theme_page_test.info.yml core/modules/system/tests/modules/theme_page_test/theme_page_test.info.yml
theme_region_test.info.yml file core/modules/system/tests/modules/theme_region_test/theme_region_test.info.yml core/modules/system/tests/modules/theme_region_test/theme_region_test.info.yml
theme_suggestions_test.info.yml file core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.info.yml core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.info.yml
theme_test.info.yml file core/modules/system/tests/modules/theme_test/theme_test.info.yml core/modules/system/tests/modules/theme_test/theme_test.info.yml
Token::$tokenInfo property core/lib/Drupal/Core/Utility/Token.php Token definitions.
Token::getInfo function core/lib/Drupal/Core/Utility/Token.php Returns metadata describing supported tokens.
Token::getInfo function core/lib/Drupal/Core/Render/Element/Token.php Returns the element properties for this element.
Token::resetInfo function core/lib/Drupal/Core/Utility/Token.php Resets metadata describing supported tokens.
Token::setInfo function core/lib/Drupal/Core/Utility/Token.php Sets metadata describing supported tokens.

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