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. Other projects
Title Object type File name Summary
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.
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.
NodeHooks1::configTranslationInfoAlter function core/modules/node/src/Hook/NodeHooks1.php Implements hook_config_translation_info_alter().
NodeHooks1::entityViewDisplayAlter function core/modules/node/src/Hook/NodeHooks1.php Implements hook_entity_view_display_alter().
NodeHooks1::localTasksAlter function core/modules/node/src/Hook/NodeHooks1.php Implements hook_local_tasks_alter().
NodeHooks1::queryNodeAccessAlter function core/modules/node/src/Hook/NodeHooks1.php Implements hook_query_TAG_alter().
NodeHooks::blockAlter function core/modules/node/src/Hook/NodeHooks.php Implements hook_block_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.
NodeModerationHandler::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/NodeModerationHandler.php Alters bundle forms to enforce revision handling.
NodeModerationHandler::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/NodeModerationHandler.php Alters entity forms to enforce revision handling.
NodeNoDefaultAuthorHooks::entityBaseFieldInfoAlter function core/modules/node/tests/modules/node_no_default_author/src/Hook/NodeNoDefaultAuthorHooks.php Implements hook_entity_base_field_info_alter().
NodeQueryAlterTest class core/modules/node/tests/src/Functional/NodeQueryAlterTest.php Tests that node access queries are properly altered by the node module.
NodeQueryAlterTest.php file core/modules/node/tests/src/Functional/NodeQueryAlterTest.php
NodeQueryAlterTest::$accessUser property core/modules/node/tests/src/Functional/NodeQueryAlterTest.php User with permission to view content.
NodeQueryAlterTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeQueryAlterTest.php The theme to install as the default for testing.
NodeQueryAlterTest::$modules property core/modules/node/tests/src/Functional/NodeQueryAlterTest.php Modules to install.
NodeQueryAlterTest::$noAccessUser property core/modules/node/tests/src/Functional/NodeQueryAlterTest.php User without permission to view content.
NodeQueryAlterTest::$noAccessUser2 property core/modules/node/tests/src/Functional/NodeQueryAlterTest.php User without permission to view content.
NodeQueryAlterTest::setUp function core/modules/node/tests/src/Functional/NodeQueryAlterTest.php
NodeQueryAlterTest::testNodeQueryAlterLowLevelEditAccess function core/modules/node/tests/src/Functional/NodeQueryAlterTest.php Tests 'node_access' query alter, for edit access.
NodeQueryAlterTest::testNodeQueryAlterLowLevelNoAccess function core/modules/node/tests/src/Functional/NodeQueryAlterTest.php Tests 'node_access' query alter, for user without access.
NodeQueryAlterTest::testNodeQueryAlterLowLevelWithAccess function core/modules/node/tests/src/Functional/NodeQueryAlterTest.php Tests 'node_access' query alter, for user with access.
NodeQueryAlterTest::testNodeQueryAlterOverride function core/modules/node/tests/src/Functional/NodeQueryAlterTest.php Tests 'node_access' query alter override.
NodeQueryAlterTest::testNodeQueryAlterWithRevisions function core/modules/node/tests/src/Functional/NodeQueryAlterTest.php Tests 'node_access' query alter with revision-enabled nodes.
NodeSearch::searchFormAlter function core/modules/node/src/Plugin/Search/NodeSearch.php Alters the search form when being built for a given plugin.
NodeTestHooks::entityViewModeAlter function core/modules/node/tests/modules/node_test/src/Hook/NodeTestHooks.php Implements hook_entity_view_mode_alter().
NodeTestHooks::formAlter function core/modules/node/tests/modules/node_test/src/Hook/NodeTestHooks.php Implements hook_form_alter().

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