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. Other projects
Title Object type File name Summary
ComponentRenderTest::checkRenderElementAlters function core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php Ensures the alter callbacks work properly.
ComponentRenderTest::checkRenderElementAlters function core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Ensures the alter callbacks work properly.
ConfigActionManager::alterDefinitions function core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Invokes the hook to alter the definitions if the alter hook is set.
ConfigEntityQueryTest::testAlterHook function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Test the entity query alter hooks are invoked.
ConfigSchemaAlterException class core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php Exception for when hook_config_schema_info_alter() adds or removes schema.
ConfigSchemaAlterException.php file core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php
ConfigSchemaTest::testConfigSchemaInfoAlter function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests hook_config_schema_info_alter().
ConfigTranslationFormTest::testConfigTranslationFormAlter function core/modules/config_translation/tests/src/Kernel/ConfigTranslationFormTest.php Tests altering of the configuration translation forms.
ConfigTranslationUiTest::testAlterInfo function core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php Tests the config_translation_info_alter() hook.
config_entity_static_cache_test_entity_type_alter function core/modules/config/tests/config_entity_static_cache_test/config_entity_static_cache_test.module Implements hook_entity_type_alter().
config_import_test_config_import_steps_alter function core/modules/config/tests/config_import_test/config_import_test.module Implements hook_config_import_steps_alter().
config_override_message_test_form_system_site_information_settings_alter function core/modules/config/tests/config_override_message_test/config_override_message_test.module Implements hook_form_FORM_ID_alter().
config_schema_test_config_schema_info_alter function core/modules/config/tests/config_schema_test/config_schema_test.module Implements hook_config_schema_info_alter().
config_test_entity_query_tag__config_query_test__config_entity_query_alter_hook_test_alter function core/modules/config/tests/config_test/config_test.module Implements hook_entity_query_tag__ENTITY_TYPE__TAG_alter().
config_test_entity_type_alter function core/modules/config/tests/config_test/config_test.module Implements hook_entity_type_alter().
config_test_rest_entity_type_alter function core/modules/rest/tests/modules/config_test_rest/config_test_rest.module Implements hook_entity_type_alter().
config_translation_config_schema_info_alter function core/modules/config_translation/config_translation.module Implements hook_config_schema_info_alter().
config_translation_entity_type_alter function core/modules/config_translation/config_translation.module Implements hook_entity_type_alter().
config_translation_test_config_translation_info_alter function core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module Implements hook_config_translation_info_alter().
config_translation_test_entity_type_alter function core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module Implements hook_entity_type_alter().
config_translation_test_form_config_translation_add_form_alter function core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module Implements hook_form_FORM_ID_alter() for ConfigTranslationAddForm.
config_translation_test_form_config_translation_edit_form_alter function core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module Implements hook_form_FORM_ID_alter() for ConfigTranslationEditForm.
config_translation_test_form_config_translation_form_alter function core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module Implements hook_form_BASE_FORM_ID_alter() for ConfigTranslationFormBase.
config_translation_test_system_info_alter function core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module Implements hook_system_info_alter().
contact_entity_type_alter function core/modules/contact/contact.module Implements hook_entity_type_alter().
contact_form_user_admin_settings_alter function core/modules/contact/contact.module Implements hook_form_FORM_ID_alter() for \Drupal\user\AccountSettingsForm.
contact_form_user_form_alter function core/modules/contact/contact.module Implements hook_form_FORM_ID_alter() for \Drupal\user\ProfileForm.
contact_menu_local_tasks_alter function core/modules/contact/contact.module Implements hook_menu_local_tasks_alter().
contact_rest_resource_alter function core/modules/contact/contact.module Implements hook_rest_resource_alter().
contact_storage_test_entity_type_alter function core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module Implements hook_entity_type_alter().
contact_storage_test_form_contact_form_form_alter function core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module Implements hook_form_FORM_ID_alter() for contact_form_form().
contact_views_data_alter function core/modules/contact/contact.views.inc Implements hook_views_data_alter().
Container::getAlternatives function core/lib/Drupal/Component/DependencyInjection/Container.php Provides alternatives for a given array and key.
Container::getParameterAlternatives function core/lib/Drupal/Component/DependencyInjection/Container.php Provides alternatives in case a parameter was not found.
Container::getServiceAlternatives function core/lib/Drupal/Component/DependencyInjection/Container.php Provides alternatives in case a service was not found.
ContainerRebuildTestServiceProvider::alter function core/modules/system/tests/modules/container_rebuild_test/src/ContainerRebuildTestServiceProvider.php Modifies existing service definitions.
ContentLanguageSettings::$language_alterable property core/modules/language/src/Entity/ContentLanguageSettings.php Indicates if the language is alterable or not.
ContentLanguageSettings::isLanguageAlterable function core/modules/language/src/Entity/ContentLanguageSettings.php Checks if the language is alterable or not.
ContentLanguageSettings::setLanguageAlterable function core/modules/language/src/Entity/ContentLanguageSettings.php Sets if the language must be alterable or not.
ContentLanguageSettingsInterface::isLanguageAlterable function core/modules/language/src/ContentLanguageSettingsInterface.php Checks if the language is alterable or not.
ContentLanguageSettingsInterface::setLanguageAlterable function core/modules/language/src/ContentLanguageSettingsInterface.php Sets if the language must be alterable or not.
ContentLanguageSettingsUnitTest::providerLanguageAlterable function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
ContentLanguageSettingsUnitTest::testLanguageAlterable function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::setLanguageAlterable
@covers ::isLanguageAlterable
ContentModerationRouteSubscriber::alterRoutes function core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php Alters existing routes for a specific collection.
ContentTranslationHandler::entityFormAlter function core/modules/content_translation/src/ContentTranslationHandler.php Performs the needed alterations to the entity form.
ContentTranslationHandlerInterface::entityFormAlter function core/modules/content_translation/src/ContentTranslationHandlerInterface.php Performs the needed alterations to the entity form.
ContentTranslationLinkTagTest::testCanonicalAlternateTags function core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php Tests alternate link tag found for entity types with canonical links.
ContentTranslationLinkTagTest::testCanonicalAlternateTagsMissing function core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php Tests alternate link tag missing for entity types without canonical links.
ContentTranslationRouteSubscriber::alterRoutes function core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php Alters existing routes for a specific collection.
content_moderation_action_info_alter function core/modules/content_moderation/content_moderation.module Implements hook_action_info_alter().

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