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 11.x for _alter
  6. 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.
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.
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 class core/modules/node/tests/src/Kernel/NodeQueryAlterTest.php Tests that node access queries are properly altered by the node module.
NodeQueryAlterTest.php file core/modules/node/tests/src/Kernel/NodeQueryAlterTest.php
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::$accessUser property core/modules/node/tests/src/Kernel/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::$modules property core/modules/node/tests/src/Kernel/NodeQueryAlterTest.php Modules to install.
NodeQueryAlterTest::$noAccessUser property core/modules/node/tests/src/Kernel/NodeQueryAlterTest.php User without permission to view content.
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::$noAccessUser2 property core/modules/node/tests/src/Kernel/NodeQueryAlterTest.php User without permission to view content.
NodeQueryAlterTest::setUp function core/modules/node/tests/src/Kernel/NodeQueryAlterTest.php
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::testNodeQueryAlterLowLevelEditAccess function core/modules/node/tests/src/Kernel/NodeQueryAlterTest.php Tests 'node_access' query alter, for edit access.

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