Search for alter

  1. Search 7.x for alter
  2. Search 8.9.x for alter
  3. Search 10.3.x for alter
  4. Search 11.x for alter
  5. Other projects
Title Object type File name Summary
media_library_form_alter function core/modules/media_library/media_library.module Implements hook_form_alter().
media_library_form_overwrite_test_media_source_info_alter function core/modules/media_library/tests/modules/media_library_form_overwrite_test/media_library_form_overwrite_test.module
media_library_form_views_form_media_library_page_alter function core/modules/media_library/media_library.module Alter the bulk form to add a more accessible label.
media_library_local_tasks_alter function core/modules/media_library/media_library.module Implements hook_local_tasks_alter().
media_library_media_source_info_alter function core/modules/media_library/media_library.module Implements hook_media_source_info_alter().
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().
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_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.
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
modernizr_deprecation_test_library_info_alter function core/modules/system/tests/modules/modernizr_deprecation_test/modernizr_deprecation_test.module Implements hook_library_info_alter().
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 Passes alterable variables to specific hook_TYPE_alter() implementations.
ModuleHandler::alterDeprecated function core/lib/Drupal/Core/Extension/ModuleHandler.php Passes alterable variables to deprecated hook_TYPE_alter() implementations.
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 enable.
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.

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