Search for _alter

  1. Search 7.x for _alter
  2. Search 9.5.x for _alter
  3. Search 10.3.x for _alter
  4. Search 11.x for _alter
  5. Search main for _alter
  6. Other projects
Title Object type File name Summary
content_translation_form_language_content_settings_form_alter function core/modules/content_translation/content_translation.module Implements hook_form_FORM_ID_alter() for language_content_settings_form().
content_translation_language_fallback_candidates_entity_view_alter function core/modules/content_translation/content_translation.module Implements hook_language_fallback_candidates_OPERATION_alter().
content_translation_language_types_info_alter function core/modules/content_translation/content_translation.module Implements hook_language_type_info_alter().
content_translation_menu_links_discovered_alter function core/modules/content_translation/content_translation.module Implements hook_menu_links_discovered_alter().
content_translation_module_implements_alter function core/modules/content_translation/content_translation.module Implements hook_module_implements_alter().
content_translation_test_entity_bundle_info_alter function core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.module Implements hook_entity_bundle_info_alter().
content_translation_test_form_node_form_alter function core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.module Implements hook_form_BASE_FORM_ID_alter().
content_translation_views_data_alter function core/modules/content_translation/content_translation.module Implements hook_views_data_alter().
ContextualLinkManagerTest::testPluginDefinitionAlter function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the plugins alter hook.
contextual_contextual_links_view_alter function core/modules/contextual/contextual.module Implements hook_contextual_links_view_alter().
contextual_test_block_view_alter function core/modules/contextual/tests/modules/contextual_test/contextual_test.module Implements hook_block_view_alter().
contextual_test_contextual_links_view_alter function core/modules/contextual/tests/modules/contextual_test/contextual_test.module Implements hook_contextual_links_view_alter().
contextual_test_page_attachments_alter function core/modules/contextual/tests/modules/contextual_test/contextual_test.module Implements hook_page_attachments_alter().
contextual_views_data_alter function core/modules/contextual/contextual.views.inc Implements hook_views_data_alter().
CoreServiceProvider::alter function core/lib/Drupal/Core/CoreServiceProvider.php Alters the UUID service to use the most efficient method available.
database_test_query_alter function core/modules/system/tests/modules/database_test/database_test.module Implements hook_query_alter().
database_test_query_database_test_alter_remove_range_alter function core/modules/system/tests/modules/database_test/database_test.module Implements hook_query_TAG_alter().
datetime_range_test_entity_type_alter function core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.module Implements hook_entity_type_alter().
dblog_form_system_logging_settings_alter function core/modules/dblog/dblog.module Implements hook_form_FORM_ID_alter() for system_logging_settings().
dblog_menu_links_discovered_alter function core/modules/dblog/dblog.module Implements hook_menu_links_discovered_alter().
DefaultPluginManager::$alterHook property core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Name of the alter hook if one should be invoked.
DefaultPluginManager::alterDefinitions function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Invokes the hook to alter the definitions if the alter hook is set.
DefaultPluginManager::alterInfo function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Sets the alter hook name.
DefaultPluginManagerTest::testDefaultPluginManagerWithAlter function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with no cache and altering.
DefaultSelection::reAlterQuery function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Helper method: Passes a query to the alteration system again.
demo_umami_form_install_configure_form_alter function core/profiles/demo_umami/demo_umami.profile Implements hook_form_FORM_ID_alter() for install_configure_form().
deprecation_test_deprecated_alter_alter function core/modules/system/tests/modules/deprecation_test/deprecation_test.module Implements hook_deprecated_alter_alter().
DisplayExtenderPluginBase::defineOptionsAlter function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Provide a form to edit options for this plugin.
DisplayRouterInterface::alterRoutes function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Alters a collection of routes and replaces definitions to the view.
DisplayRouterInterface::getAlteredRouteNames function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Returns the list of routes overridden by Views.
DisplayTest::testDisplayPluginsAlter function core/modules/views_ui/tests/src/Functional/DisplayTest.php Tests views_ui_views_plugins_display_alter is altering plugin definitions.
EditorSelector::$alternatives property core/modules/quickedit/src/EditorSelector.php A list of alternative editor plugin IDs, keyed by editor plugin ID.
editor_element_info_alter function core/modules/editor/editor.module Implements hook_element_info_alter().
editor_field_formatter_info_alter function core/modules/editor/editor.module Implements hook_field_formatter_info_alter().
editor_form_filter_admin_overview_alter function core/modules/editor/editor.module Implements hook_form_FORM_ID_alter().
editor_form_filter_format_form_alter function core/modules/editor/editor.module Implements hook_form_BASE_FORM_ID_alter() for \Drupal\filter\FilterFormatEditForm.
editor_menu_links_discovered_alter function core/modules/editor/editor.module Implements hook_menu_links_discovered_alter().
editor_test_editor_info_alter function core/modules/editor/tests/modules/editor_test.module Implements hook_editor_info_alter().
editor_test_editor_js_settings_alter function core/modules/editor/tests/modules/editor_test.module Implements hook_editor_js_settings_alter().
editor_test_editor_xss_filter_alter function core/modules/editor/tests/modules/editor_test.module Implements hook_editor_xss_filter_alter().
element_info_test_element_info_alter function core/modules/system/tests/modules/element_info_test/element_info_test.module Implements hook_element_info_alter().
element_info_test_element_plugin_alter function core/modules/system/tests/modules/element_info_test/element_info_test.module Implements hook_element_plugin_alter().
EntityDisplayFormBase::alterSettingsSummary function core/modules/field_ui/src/Form/EntityDisplayFormBase.php Alters the widget or formatter settings summary.
EntityFormDisplayEditForm::alterSettingsSummary function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Alters the widget or formatter settings summary.
EntityFormTest::testEntityFormDisplayAlter function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Tests hook_entity_form_display_alter().
EntityOperations::entityFormAlter function core/modules/workspaces/src/EntityOperations.php Alters entity forms to disallow concurrent editing in multiple workspaces.
EntityOperationsTest::testEntityOperationAlter function core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php Checks that hook_entity_operation_alter() can add an operation.
EntityRouteAlterSubscriber class core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php Registers the 'type' of route parameter names that match an entity type.
EntityRouteAlterSubscriber.php file core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php
EntityRouteAlterSubscriber::$resolverManager property core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php The entity resolver manager.

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