Search for _alter

  1. Search 7.x for _alter
  2. Search 9.5.x for _alter
  3. Search 8.9.x for _alter
  4. Search 10.3.x for _alter
  5. Search main for _alter
  6. Other projects
Title Object type File name Summary
module_implements_alter_test.module file core/modules/system/tests/modules/module_implements_alter_test/module_implements_alter_test.module
module_implements_alter_test_altered_test_hook function core/modules/system/tests/modules/module_implements_alter_test/module_implements_alter_test.implementations.inc Implements hook_altered_test_hook().
module_implements_alter_test_legacy.info.yml file core/tests/Drupal/Tests/Core/Extension/modules/module_implements_alter_test_legacy/module_implements_alter_test_legacy.info.yml core/tests/Drupal/Tests/Core/Extension/modules/module_implements_alter_test_legacy/module_implements_alter_test_legacy.info.yml
module_implements_alter_test_legacy.module file core/tests/Drupal/Tests/Core/Extension/modules/module_implements_alter_test_legacy/module_implements_alter_test_legacy.module
module_implements_alter_test_legacy_module_implements_alter function core/tests/Drupal/Tests/Core/Extension/modules/module_implements_alter_test_legacy/module_implements_alter_test_legacy.module Implements hook_module_implements_alter().
module_implements_alter_test_module_implements_alter function core/modules/system/tests/modules/module_implements_alter_test/module_implements_alter_test.module Implements hook_module_implements_alter().
MoreHelpPageTestHooks::helpSectionInfoAlter function core/modules/help/tests/modules/more_help_page_test/src/Hook/MoreHelpPageTestHooks.php Implements hook_help_section_info_alter().
MultipleWidgetFormTest::testFieldFormMultipleWidgetAlter function core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php Tests hook_field_widget_complete_form_alter().
MultipleWidgetFormTest::testFieldFormMultipleWidgetAlterSingleValues function core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php Tests hook_field_widget_complete_form_alter() with single value elements.
MultipleWidgetFormTest::testFieldFormMultipleWidgetTypeAlter function core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php Tests hook_field_widget_complete_WIDGET_TYPE_form_alter().
MultipleWidgetFormTest::testFieldFormMultipleWidgetTypeAlterSingleValues function core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php Tests hook_field_widget_complete_WIDGET_TYPE_form_alter() with single value elements.
MultipleWidgetFormTest::widgetAlterTest function core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php Tests widget alter hooks for a given hook name.
NavigationHooks::blockAlter function core/modules/navigation/src/Hook/NavigationHooks.php Implements hook_block_alter().
NavigationHooks::blockBuildLocalTasksBlockAlter function core/modules/navigation/src/Hook/NavigationHooks.php Implements hook_block_build_BASE_BLOCK_ID_alter().
NavigationHooks::elementInfoAlter function core/modules/navigation/src/Hook/NavigationHooks.php Implements hook_element_info_alter().
NavigationHooks::menuLinksDiscoveredAlter function core/modules/navigation/src/Hook/NavigationHooks.php Implements hook_menu_links_discovered_alter().
NavigationHooks::navigationMenuLinkTreeAlter function core/modules/navigation/src/Hook/NavigationHooks.php Implements hook_navigation_menu_link_tree_alter().
NavigationHooks::pluginFilterBlockLayoutBuilderAlter function core/modules/navigation/src/Hook/NavigationHooks.php Implements hook_plugin_filter_TYPE__CONSUMER_alter().
NavigationHooks::pluginFilterLayoutLayoutBuilderAlter function core/modules/navigation/src/Hook/NavigationHooks.php Implements hook_plugin_filter_TYPE__CONSUMER_alter().
NavigationMenuLinkTreeTest::testNavigationMenuLinkTreeAlter function core/modules/navigation/tests/src/Kernel/NavigationMenuLinkTreeTest.php Tests the hook_navigation_menu_link_tree_alter logic.
NavigationTestBlockHooks::blockAlter function core/modules/navigation/tests/navigation_test_block/src/Hook/NavigationTestBlockHooks.php Implements hook_block_alter().
NavigationTestHooks::blockAlter function core/modules/navigation/tests/navigation_test/src/Hook/NavigationTestHooks.php Implements hook_block_alter().
NavigationTestHooks::menuLinksDiscoveredAlter function core/modules/navigation/tests/navigation_test/src/Hook/NavigationTestHooks.php Implements hook_menu_links_discovered_alter().
NavigationTestHooks::navigationContentTopAlter function core/modules/navigation/tests/navigation_test/src/Hook/NavigationTestHooks.php Implements hook_navigation_content_top_alter().
NavigationTestHooks::navigationMenuLinkTreeAlter function core/modules/navigation/tests/navigation_test/src/Hook/NavigationTestHooks.php Implements hook_navigation_menu_link_tree_alter().
NoBigPipeRouteAlterSubscriber class core/modules/big_pipe/src/EventSubscriber/NoBigPipeRouteAlterSubscriber.php Sets the '_no_big_pipe' option on select routes.
NoBigPipeRouteAlterSubscriber.php file core/modules/big_pipe/src/EventSubscriber/NoBigPipeRouteAlterSubscriber.php
NoBigPipeRouteAlterSubscriber::getSubscribedEvents function core/modules/big_pipe/src/EventSubscriber/NoBigPipeRouteAlterSubscriber.php
NoBigPipeRouteAlterSubscriber::onRoutingRouteAlterSetNoBigPipe function core/modules/big_pipe/src/EventSubscriber/NoBigPipeRouteAlterSubscriber.php Alters select routes to have the '_no_big_pipe' option.
NodeAdminRouteSubscriber::alterRoutes function core/modules/node/src/EventSubscriber/NodeAdminRouteSubscriber.php Alters existing routes for a specific collection.
NodeBlockHooks::blockAlter function core/modules/node/src/Hook/NodeBlockHooks.php Implements hook_block_alter().
NodeConfigTranslationHooks::configTranslationInfoAlter function core/modules/node/src/Hook/NodeConfigTranslationHooks.php Implements hook_config_translation_info_alter().
NodeDatabaseHooks::queryNodeAccessAlter function core/modules/node/src/Hook/NodeDatabaseHooks.php Implements hook_query_TAG_alter().
NodeDisplayConfigurableTestHooks::entityBaseFieldInfoAlter function core/modules/node/tests/modules/node_display_configurable_test/src/Hook/NodeDisplayConfigurableTestHooks.php Implements hook_entity_base_field_info_alter().
NodeEntityViewModeAlterTest class core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php Tests changing view modes for nodes.
NodeEntityViewModeAlterTest.php file core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php
NodeEntityViewModeAlterTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php The theme to install as the default for testing.
NodeEntityViewModeAlterTest::$modules property core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php Enable dummy module that implements hook_ENTITY_TYPE_view() for nodes.
NodeEntityViewModeAlterTest::testNodeViewModeChange function core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php Create a "Basic page" node and verify its consistency in the database.
NodeFormHooks::formSystemThemesAdminFormAlter function core/modules/node/src/Hook/NodeFormHooks.php Implements hook_form_FORM_ID_alter().
NodeGrantDatabaseStorage::alterQuery function core/modules/node/src/NodeGrantDatabaseStorage.php Alters a query when node access is required.
NodeGrantDatabaseStorageInterface::alterQuery function core/modules/node/src/NodeGrantDatabaseStorageInterface.php Alters a query when node access is required.
NodeMenuHooks::localTasksAlter function core/modules/node/src/Hook/NodeMenuHooks.php Implements hook_local_tasks_alter().
NodeMigrationTypePluginAlterTest class core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php Tests the assignment of the node migration type in migrations_plugin_alter.
NodeMigrationTypePluginAlterTest.php file core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php
NodeMigrationTypePluginAlterTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php Modules to install.
NodeMigrationTypePluginAlterTest::providerMigrationPluginAlter function core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php Data provider for testMigrationPluginAlter().
NodeMigrationTypePluginAlterTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php
NodeMigrationTypePluginAlterTest::setupDb function core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php Creates data in the source database.
NodeMigrationTypePluginAlterTest::testMigrationPluginAlter function core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php Tests the assignment of the node migration type.

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