Search for alt

  1. Search 7.x for alt
  2. Search 9.5.x for alt
  3. Search 8.9.x for alt
  4. Search 10.3.x for alt
  5. Other projects
Title Object type File name Summary
claro_page_attachments_alter function core/themes/claro/claro.theme Implements hook_page_attachments_alter().
claro_system_module_invoked_library_info_alter function core/themes/claro/claro.theme Called by system.module via its hook_library_info_alter().
claro_system_module_invoked_theme_registry_alter function core/themes/claro/claro.theme Called by system.module via its hook_theme_registry_alter().
claro_theme_registry_alter function core/themes/claro/claro.theme Implements hook_theme_registry_alter().
claro_theme_suggestions_details_alter function core/themes/claro/claro.theme Implements hook_theme_suggestions_HOOK_alter() for details.
claro_theme_suggestions_form_element_alter function core/themes/claro/claro.theme Implements hook_theme_suggestions_HOOK_alter() for form_element.
claro_theme_suggestions_maintenance_page_alter function core/themes/claro/claro.theme Implements hook_theme_suggestions_maintenance_page_alter().
claro_views_ui_display_tab_alter function core/themes/claro/claro.theme Implements hook_views_ui_display_tab_alter().
claro_views_ui_display_top_alter function core/themes/claro/claro.theme Implements hook_views_ui_display_top_alter().
CommentDisplayConfigurableTestHooks::entityBaseFieldInfoAlter function core/modules/comment/tests/modules/comment_display_configurable_test/src/Hook/CommentDisplayConfigurableTestHooks.php Implements hook_entity_base_field_info_alter().
CommentHooks::fieldInfoEntityTypeUiDefinitionsAlter function core/modules/comment/src/Hook/CommentHooks.php Implements hook_field_info_entity_type_ui_definitions_alter().
CommentHooks::fieldTypeCategoryInfoAlter function core/modules/comment/src/Hook/CommentHooks.php Implements hook_field_type_category_info_alter().
CommentHooks::nodeLinksAlter function core/modules/comment/src/Hook/CommentHooks.php Implements hook_node_links_alter().
CommentHooks::nodeViewAlter function core/modules/comment/src/Hook/CommentHooks.php Implements hook_ENTITY_TYPE_view_alter() for node entities.
CommentLinksAlterTest class core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php Tests comment links altering.
CommentLinksAlterTest.php file core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php
CommentLinksAlterTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php The theme to install as the default for testing.
CommentLinksAlterTest::$modules property core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php Modules to install.
CommentLinksAlterTest::setUp function core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php
CommentLinksAlterTest::testCommentLinksAlter function core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php Tests comment links altering.
CommentSelection::entityQueryAlter function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Allows altering the SelectQuery generated by EntityFieldQuery.
CommentTestHooks::commentLinksAlter function core/modules/comment/tests/modules/comment_test/src/Hook/CommentTestHooks.php Implements hook_comment_links_alter().
CommentTestHooks::entityTypeAlter function core/modules/comment/tests/modules/comment_test/src/Hook/CommentTestHooks.php Implements hook_entity_type_alter().
CommentTranslationHandler::entityFormAlter function core/modules/comment/src/CommentTranslationHandler.php Performs the needed alterations to the entity form.
CommentViewBuilder::alterBuild function core/modules/comment/src/CommentViewBuilder.php Specific per-entity building.
CommentViewsHooks::viewsDataAlter function core/modules/comment/src/Hook/CommentViewsHooks.php Implements hook_views_data_alter().
CommonTestHooks::blockDrupalAlterFooAlter function core/modules/system/tests/modules/common_test/src/Hook/CommonTestHooks.php Implements hook_TYPE_alter().
CommonTestHooks::drupalAlterAlter function core/modules/system/tests/modules/common_test/src/Hook/CommonTestHooks.php Implements hook_TYPE_alter().
CommonTestThemeHooks::jsAlter function core/modules/system/tests/modules/common_test/src/Hook/CommonTestThemeHooks.php Implements hook_js_alter().
CommonTestThemeHooks::jsSettingsAlter function core/modules/system/tests/modules/common_test/src/Hook/CommonTestThemeHooks.php Implements hook_js_settings_alter().
CommonTestThemeHooks::libraryInfoAlter function core/modules/system/tests/modules/common_test/src/Hook/CommonTestThemeHooks.php Implements hook_library_info_alter().
CommonTestThemeHooks::pageAttachmentsAlter function core/modules/system/tests/modules/common_test/src/Hook/CommonTestThemeHooks.php Implements hook_page_attachments_alter().
ComponentPluginManager::alterDefinition function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Alters the plugin definition with computed properties.
ComponentPluginManager::alterDefinitions function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Invokes the hook to alter the definitions if the alter hook is set.
ComponentRenderTest::checkRenderElementAlters function core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Ensures the alter callbacks work properly.
ComposerPluginsValidator::$additionalTrustedComposerPlugins property core/modules/package_manager/src/Validator/ComposerPluginsValidator.php The additional trusted Composer plugin package names.
ConfigActionManager::alterDefinitions function core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Invokes the hook to alter the definitions if the alter hook is set.
ConfigEntityListMultilingualTest class core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php Tests the listing of configuration entities in a multilingual scenario.
ConfigEntityListMultilingualTest.php file core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php
ConfigEntityListMultilingualTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php The theme to install as the default for testing.
ConfigEntityListMultilingualTest::$modules property core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php Modules to install.
ConfigEntityListMultilingualTest::setUp function core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php
ConfigEntityListMultilingualTest::testListUI function core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php Tests the listing UI with different language scenarios.
ConfigEntityQueryTest::testAlterHook function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Test the entity query alter hooks are invoked.
ConfigEntityStaticCacheTestHooks::entityTypeAlter function core/modules/config/tests/config_entity_static_cache_test/src/Hook/ConfigEntityStaticCacheTestHooks.php Implements hook_entity_type_alter().
ConfigImportTestHooks::configImportStepsAlter function core/modules/config/tests/config_import_test/src/Hook/ConfigImportTestHooks.php Implements hook_config_import_steps_alter().
ConfigImportTestHooks::stepAlter function core/modules/config/tests/config_import_test/src/Hook/ConfigImportTestHooks.php Implements configuration synchronization step added by an alter for testing.
ConfigLocalTasksTest class core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php Tests existence of config local tasks.
ConfigLocalTasksTest.php file core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php
ConfigLocalTasksTest::getConfigAdminRoutes function core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php Provides a list of routes to test.

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