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
EntityTypeInfoTest::testEntityTypeAlter function core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php Tests the correct entity types have moderation added.
EntityViewBuilder::alterBuild function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Specific per-entity building.
EntityViewDisplayEditForm::alterSettingsSummary function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Alters the widget or formatter settings summary.
EntityViewHookTest::testHookEntityDisplayBuildAlter function core/tests/Drupal/KernelTests/Core/Entity/EntityViewHookTest.php Tests hook_entity_display_build_alter().
entity_reference_test_entity_base_field_info_alter function core/modules/system/tests/modules/entity_reference_test/entity_reference_test.module Implements hook_entity_base_field_info_alter().
entity_schema_test_entity_type_alter function core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module Implements hook_entity_type_alter().
entity_serialization_test_entity_field_access_alter function core/modules/serialization/tests/modules/entity_serialization_test/entity_serialization_test.module Implements hook_entity_field_access_alter().
entity_test_bundle_class_entity_bundle_info_alter function core/modules/system/tests/modules/entity_test_bundle_class/entity_test_bundle_class.module Implements hook_entity_bundle_info_alter().
entity_test_bundle_class_entity_type_alter function core/modules/system/tests/modules/entity_test_bundle_class/entity_test_bundle_class.module Implements hook_entity_type_alter().
entity_test_constraints_entity_type_alter function core/modules/system/tests/modules/entity_test_constraints/entity_test_constraints.module Implements hook_entity_type_alter().
entity_test_entity_base_field_info_alter function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_base_field_info_alter().
entity_test_entity_bundle_info_alter function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_bundle_info_alter().
entity_test_entity_display_build_alter function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_display_build_alter().
entity_test_entity_field_access_alter function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_field_access_alter().
entity_test_entity_form_display_alter function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_form_display_alter().
entity_test_entity_form_mode_alter function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_form_mode_alter().
entity_test_entity_form_mode_info_alter function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_form_mode_info_alter().
entity_test_entity_operation_alter function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_operation_alter().
entity_test_entity_type_alter function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_type_alter().
entity_test_entity_view_mode_info_alter function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_view_mode_info_alter().
entity_test_form_entity_test_form_alter function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_form_BASE_FORM_ID_alter().
entity_test_form_node_form_alter function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_form_BASE_FORM_ID_alter().
entity_test_query_entity_test_access_alter function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_query_entity_test_access_alter().
entity_test_update_entity_type_alter function core/modules/system/tests/modules/entity_test_update/entity_test_update.module Implements hook_entity_type_alter().
entity_test_views_data_alter function core/modules/system/tests/modules/entity_test/entity_test.views.inc Implements hook_views_data_alter().
ErrorServiceTestServiceProvider::alter function core/modules/system/tests/modules/error_service_test/src/ErrorServiceTestServiceProvider.php Modifies existing service definitions.
ExposedFormPluginBase::exposedFormAlter function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php Alters the exposed form.
ExposedFormPluginInterface::exposedFormAlter function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php Alters the exposed form.
Extending and altering Drupal group core/core.api.php Overview of extensions and alteration methods for Drupal.
FieldDiscoveryTest::addAllFieldProcessesAltersData function core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php Provides data for testAddAllFieldProcessesAlters.
FieldDiscoveryTest::addAllFieldProcessesAltersData function core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php Provides data for testAddAllFieldProcessesAlters.
FieldDiscoveryTest::testAddAllFieldProcessesAlters function core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php Tests the addAllFieldProcesses method for field migrations.
FieldDiscoveryTest::testAddAllFieldProcessesAlters function core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php Tests the addAllFieldProcesses method for field migrations.
FieldItemNormalizer::getAlternatives function core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php Provides alternatives for a given array and key.
FieldPluginBase::alterFieldFormatterMigration function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Apply any custom processing to the field formatter migration.
FieldPluginBase::alterFieldInstanceMigration function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Apply any custom processing to the field instance migration.
FieldPluginBase::alterFieldMigration function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Apply any custom processing to the field migration.
FieldPluginBase::alterFieldWidgetMigration function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Apply any custom processing to the field widget migration.
FieldPluginBase::renderAltered function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Render this field as user-defined altered text.
FieldUiLocalTask::alterLocalTasks function core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php Alters the base_route definition for field_ui local tasks.
FieldWebTest::testAlterUrl function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Tests rewriting the output to a link.
field_config_import_steps_alter function core/modules/field/field.module Implements hook_config_import_steps_alter().
field_form_config_admin_import_form_alter function core/modules/field/field.module Implements hook_form_FORM_ID_alter().
field_layout_entity_type_alter function core/modules/field_layout/field_layout.module Implements hook_entity_type_alter().
field_layout_entity_view_alter function core/modules/field_layout/field_layout.module Implements hook_entity_view_alter().
field_layout_form_alter function core/modules/field_layout/field_layout.module Implements hook_form_alter().
field_layout_test_layout_alter function core/modules/field_layout/tests/modules/field_layout_test/field_layout_test.module Implements hook_layout_alter().
field_test_entity_bundle_field_info_alter function core/modules/field/tests/modules/field_test/field_test.module Implements hook_entity_bundle_field_info_alter().
field_test_entity_display_build_alter function core/modules/field/tests/modules/field_test/field_test.module Implements hook_entity_display_build_alter().
field_test_entity_extra_field_info_alter function core/modules/field/tests/modules/field_test/field_test.module Implements hook_entity_extra_field_info_alter().

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