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 11.x for alter
  5. Other projects
Title Object type File name Summary
media_library_test_entity_type_alter function core/modules/media_library/tests/modules/media_library_test/media_library_test.module Implements hook_entity_type_alter().
media_library_test_field_widget_info_alter function core/modules/media_library/tests/modules/media_library_test/media_library_test.module Implements hook_field_widget_info_alter().
media_test_embed_entity_view_alter function core/modules/media/tests/modules/media_test_embed/media_test_embed.module Implements hook_entity_view_alter().
media_test_oembed_oembed_resource_url_alter function core/modules/media/tests/modules/media_test_oembed/media_test_oembed.module Implements hook_oembed_resource_url_alter().
MenuLinksetRoutes::alterRoutes function core/modules/system/src/Routing/MenuLinksetRoutes.php Alter routes.
MenuRouterTest::doTestMenuLinksDiscoveredAlter function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests menu links added in hook_menu_links_discovered_alter().
menu_link_content_entity_type_alter function core/modules/menu_link_content/menu_link_content.module Implements hook_entity_type_alter().
menu_operations_link_test_entity_operation_alter function core/modules/menu_link_content/tests/menu_operations_link_test/menu_operations_link_test.module Implements hook_entity_operation_alter().
menu_test_menu_links_discovered_alter function core/modules/system/tests/modules/menu_test/menu_test.module Implements hook_menu_links_discovered_alter().
menu_test_menu_local_tasks_alter function core/modules/system/tests/modules/menu_test/menu_test.module Implements hook_menu_local_tasks_alter().
menu_ui_block_view_system_menu_block_alter function core/modules/menu_ui/menu_ui.module Implements hook_block_view_BASE_BLOCK_ID_alter() for 'system_menu_block'.
menu_ui_form_node_form_alter function core/modules/menu_ui/menu_ui.module Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm.
menu_ui_form_node_type_form_alter function core/modules/menu_ui/menu_ui.module Implements hook_form_FORM_ID_alter() for \Drupal\node\NodeTypeForm.
menu_ui_system_breadcrumb_alter function core/modules/menu_ui/menu_ui.module Implements hook_system_breadcrumb_alter().
MigrateDrupalServiceProvider::alter function core/modules/migrate_drupal/src/MigrateDrupalServiceProvider.php Modifies existing service definitions.
MigrateDrupalUiRouteSubscriber::alterRoutes function core/modules/migrate_drupal_ui/src/Routing/MigrateDrupalUiRouteSubscriber.php Alters existing routes for a specific collection.
MigrateDumpAlterInterface interface core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php Allows tests to alter dumps after they have loaded.
MigrateDumpAlterInterface.php file core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php
MigrateDumpAlterInterface::migrateDumpAlter function core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php Allows tests to alter dumps after they have loaded.
MigrateFieldInstanceLabelDescriptionTest::migrateDumpAlter function core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php Allows tests to alter dumps after they have loaded.
MigrateFieldInstanceLabelDescriptionTest::migrateDumpAlter function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php Allows tests to alter dumps after they have loaded.
MigrateFieldInterface::alterFieldFormatterMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field formatter migration.
MigrateFieldInterface::alterFieldInstanceMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field instance migration.
MigrateFieldInterface::alterFieldMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field migration.
MigrateFieldInterface::alterFieldWidgetMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field widget migration.
MigrateFileTest::migrateDumpAlter function core/modules/file/tests/src/Kernel/Migrate/d6/MigrateFileTest.php Allows tests to alter dumps after they have loaded.
MigrateFilterFormatTest::migrateDumpAlter function core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php Allows tests to alter dumps after they have loaded.
MigrateLanguageContentCommentSettingsNoEntityTranslationTest::migrateDumpAlter function core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsNoEntityTranslationTest.php Allows tests to alter dumps after they have loaded.
migrate_drupal_migration_plugins_alter function core/modules/migrate_drupal/migrate_drupal.module Implements hook_migration_plugins_alter().
ModerationFormTest::testAlternativeModerationStateWidget function core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php Tests the moderation_state field when an alternative widget is set.
ModerationHandler::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/ModerationHandler.php Alters bundle forms to enforce revision handling.
ModerationHandler::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/ModerationHandler.php Alters entity forms to enforce revision handling.
ModerationHandlerInterface::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php Alters bundle forms to enforce revision handling.
ModerationHandlerInterface::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php Alters entity forms to enforce revision handling.
ModerationStateNodeTypeTest::testEnforceRevisionsEntityFormAlter function core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php @covers \Drupal\content_moderation\Entity\Handler\NodeModerationHandler::enforceRevisionsBundleFormAlter
ModerationStateTaxonomyTermTest::testEnforceRevisionsEntityFormAlter function core/modules/content_moderation/tests/src/Functional/ModerationStateTaxonomyTermTest.php Tests the taxonomy term moderation handler alters the forms as intended.
ModuleHandler::$alterFunctions property core/lib/Drupal/Core/Extension/ModuleHandler.php List of alter hook implementations keyed by hook name(s).
ModuleHandler::alter function core/lib/Drupal/Core/Extension/ModuleHandler.php
ModuleHandler::alterDeprecated function core/lib/Drupal/Core/Extension/ModuleHandler.php
ModuleHandlerDeprecatedHookTest::testAlterDeprecated function core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookTest.php @covers ::alterDeprecated
ModuleHandlerInterface::alter function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Passes alterable variables to specific hook_TYPE_alter() implementations.
ModuleHandlerInterface::alterDeprecated function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Passes alterable variables to deprecated hook_TYPE_alter() implementations.
ModuleImplementsAlterTest class core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php Tests hook_module_implements_alter().
ModuleImplementsAlterTest.php file core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php
ModuleImplementsAlterTest::$modules property core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php Modules to install.
ModuleImplementsAlterTest::testModuleImplementsAlter function core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php Tests hook_module_implements_alter() adding an implementation.
ModuleImplementsAlterTest::testModuleImplementsAlterNonExistingImplementation function core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php Tests adding a non-existing function to hook_module_implements_alter().
ModuleRouteSubscriber::alterRoutes function core/lib/Drupal/Core/EventSubscriber/ModuleRouteSubscriber.php Alters existing routes for a specific collection.
module_required_test_system_info_alter function core/modules/system/tests/modules/module_required_test/module_required_test.module Implements hook_system_info_alter().
module_test_altered_test_hook function core/modules/system/tests/modules/module_test/module_test.implementations.inc Implements hook_altered_test_hook().

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