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 main for alter
  6. Other projects
Title Object type File name Summary
FormHooks::formSystemThemeSettingsAlterSubmit function core/themes/default_admin/src/Hook/FormHooks.php Submit theme settings.
FormHooks::formSystemThemeSettingsAlterValidate function core/themes/admin/src/Hook/FormHooks.php Validate theme settings.
FormHooks::formSystemThemeSettingsAlterValidate function core/themes/default_admin/src/Hook/FormHooks.php Validate theme settings.
FormHooks::formUserAdminPermissionsAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter() for the user_admin_permissions form.
FormHooks::formUserAdminPermissionsAlter function core/themes/default_admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter() for the user_admin_permissions form.
FormHooks::formUserFormAlter function core/themes/default_admin/src/Hook/FormHooks.php Implements form_user_form_alter().
FormHooks::formUserFormAlter function core/themes/admin/src/Hook/FormHooks.php Implements form_user_form_alter().
FormHooks::formViewsExposedFormAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter() for views_exposed_form.
FormHooks::formViewsExposedFormAlter function core/themes/default_admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter() for views_exposed_form.
FormHooks::formViewsUiAddHandlerFormAlter function core/themes/default_admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter() for Views UI add handler form.
FormHooks::formViewsUiAddHandlerFormAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter() for Views UI add handler form.
FormHooks::formViewsUiConfigItemFormAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter() for the Views UI config form.
FormHooks::formViewsUiConfigItemFormAlter function core/themes/default_admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter() for the Views UI config form.
FormOperations::formAlter function core/modules/workspaces/src/Hook/FormOperations.php Implements hook_form_alter().
FormTestAlterForm class core/modules/system/tests/modules/form_test/src/Form/FormTestAlterForm.php Form builder for testing hook_form_alter() and hook_form_FORM_ID_alter().
FormTestAlterForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestAlterForm.php
FormTestAlterForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestAlterForm.php Form constructor.
FormTestAlterForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestAlterForm.php Returns a unique string identifying the form.
FormTestAlterForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestAlterForm.php Form submission handler.
FormTestHooks::blockFormFormTestAlterFormAlter function core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php Implements hook_form_FORM_ID_alter().
FormTestHooks::formAlter function core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php Implements hook_form_alter().
FormTestHooks::formFormTestAlterFormAlter function core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php Implements hook_form_FORM_ID_alter().
FormTestHooks::formFormTestVerticalTabsAccessFormAlter function core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php Implements hook_form_FORM_ID_alter() for form_test_vertical_tabs_access_form().
FormTestHooks::formUserRegisterFormAlter function core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php Implements hook_form_FORM_ID_alter() for the registration form.
FormTestHooks::systemFormFormTestAlterFormAlter function core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php Implements hook_form_FORM_ID_alter().
FunctionalTestDebugHtmlOutputTest::getAlteredPhpunitXmlConfigurationFile function core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputTest.php
GroupwiseMax::alterSubqueryCondition function core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php Recursive helper to add a namespace to conditions.
HelpHooks::blockViewHelpBlockAlter function core/modules/help/src/Hook/HelpHooks.php Implements hook_block_view_BASE_BLOCK_ID_alter().
HelpTopicsTestHooks::helpTopicsInfoAlter function core/modules/help/tests/modules/help_topics_test/src/Hook/HelpTopicsTestHooks.php Implements hook_help_topics_info_alter().
HistoryHooks::nodeViewAlter function core/modules/history/src/Hook/HistoryHooks.php Implements hook_ENTITY_TYPE_view_alter() for node entities.
HistoryViewsHooks::viewsDataAlter function core/modules/history/src/Hook/HistoryViewsHooks.php Implements hook_views_data_alter().
HookAlterOrderTest class core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php Tests Hook Alter Order.
HookAlterOrderTest.php file core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php
HookAlterOrderTest::$modules property core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php Modules to install.
HookAlterOrderTest::alter function core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php Invokes ModuleHandler->alter() and returns the altered array.
HookAlterOrderTest::assertAlterCallOrder function core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php Asserts the call order from an alter call.
HookAlterOrderTest::testAlterOrder function core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php Test ordering alter calls.
HookAlterOrderTest::testProceduralModuleImplementsAlterOrder function core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php Tests procedural implementations of module implements alter ordering.
HookAlterOrderTest::testReorderAlterMissingTarget function core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php Tests #[ReorderHook] attributes with missing target.
HookAlterOrderTest::testReorderCrossHookAlter function core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php Tests #[ReorderHook] targeting other hooks.
HookCollectorPass::$moduleImplementsAlters property core/lib/Drupal/Core/Hook/HookCollectorPass.php A list of functions implementing hook_module_implements_alter().
HookCollectorPassTest::testLegacyModuleImplementsAlter function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Test LegacyModuleImplementsAlter.
hook_admin_content_form_routes_alter function core/themes/admin/admin.api.php Alter the registered routes to enable or disable admin’s edit form layout.
hook_ajax_render_alter function core/lib/Drupal/Core/Form/form.api.php Alter the Ajax command data that is sent to the client.
hook_archiver_info_alter function core/lib/Drupal/Core/File/file.api.php Alter archiver information declared by other modules.
hook_batch_alter function core/lib/Drupal/Core/Form/form.api.php Alter batch information before a batch is processed.
hook_block_alter function core/modules/block/block.api.php Allow modules to alter the block plugin definitions.
hook_block_build_alter function core/modules/block/block.api.php Alter the result of \Drupal\Core\Block\BlockBase::build().
hook_block_build_BASE_BLOCK_ID_alter function core/modules/block/block.api.php Provide a block plugin specific block_build alteration.
hook_block_view_alter function core/modules/block/block.api.php Alter the result of \Drupal\Core\Block\BlockBase::build().

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