Search for alt

  1. Search 7.x for alt
  2. Search 9.5.x for alt
  3. Search 8.9.x for alt
  4. Search 10.3.x for alt
  5. Other projects
Title Object type File name Summary
ElementsVerticalTabsTest::$webUser property core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php A normal user.
ElementsVerticalTabsTest::setUp function core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php
ElementsVerticalTabsTest::testDefaultTab function core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php Ensures that default vertical tab is correctly selected.
ElementsVerticalTabsTest::testDefaultTabCleaned function core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php Ensures that vertical tab form values are cleaned.
ElementsVerticalTabsTest::testWrapperNotShownWhenEmpty function core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php Ensures that vertical tab markup is not shown if user has no tab access.
element_info_test_element_info_alter function core/modules/system/tests/modules/element_info_test/element_info_test.module Implements hook_element_info_alter().
element_info_test_element_plugin_alter function core/modules/system/tests/modules/element_info_test/element_info_test.module Implements hook_element_plugin_alter().
EntityDisplayFormBase::alterSettingsSummary function core/modules/field_ui/src/Form/EntityDisplayFormBase.php Alters the widget or formatter settings summary.
EntityFormDisplayEditForm::alterSettingsSummary function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Alters the widget or formatter settings summary.
EntityFormTest::testEntityFormDisplayAlter function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Tests hook_entity_form_display_alter().
EntityFormTest::testEntityFormModeAlter function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Tests hook_entity_form_mode_alter() and hook_ENTITY_TYPE_form_mode_alter().
EntityOperations::entityFormAlter function core/modules/workspaces/src/EntityOperations.php Alters entity forms to disallow concurrent editing in multiple workspaces.
EntityOperationsTest::testEntityOperationAlter function core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php Checks that hook_entity_operation_alter() can add an operation.
EntityQueryTest::testAlterHook function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Test the entity query alter hooks are invoked.
EntityReference::alternateWidgetsDefaultNormalize function core/modules/views/src/Plugin/views/filter/EntityReference.php Normalize values for widget switching.
EntityReferenceTestHooks::entityBaseFieldInfoAlter function core/modules/system/tests/modules/entity_reference_test/src/Hook/EntityReferenceTestHooks.php Implements hook_entity_base_field_info_alter().
EntityRouteAlterSubscriber class core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php Registers the 'type' of route parameter names that match an entity type.
EntityRouteAlterSubscriber.php file core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php
EntityRouteAlterSubscriber::$resolverManager property core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php The entity resolver manager.
EntityRouteAlterSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php
EntityRouteAlterSubscriber::onRoutingRouteAlterSetType function core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php Applies parameter converters to route parameters.
EntityRouteAlterSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php Constructs an EntityRouteAlterSubscriber instance.
EntitySchemaTestHooks::entityTypeAlter function core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php Implements hook_entity_type_alter().
EntitySerializationTestHooks::entityFieldAccessAlter function core/modules/serialization/tests/modules/entity_serialization_test/src/Hook/EntitySerializationTestHooks.php Implements hook_entity_field_access_alter().
EntityTestBundleClassHooks::entityBundleInfoAlter function core/modules/system/tests/modules/entity_test_bundle_class/src/Hook/EntityTestBundleClassHooks.php Implements hook_entity_bundle_info_alter().
EntityTestBundleClassHooks::entityTypeAlter function core/modules/system/tests/modules/entity_test_bundle_class/src/Hook/EntityTestBundleClassHooks.php Implements hook_entity_type_alter().
EntityTestConstraintsHooks::entityTypeAlter function core/modules/system/tests/modules/entity_test_constraints/src/Hook/EntityTestConstraintsHooks.php Implements hook_entity_type_alter().
EntityTestHooks::entityBaseFieldInfoAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_base_field_info_alter().
EntityTestHooks::entityBundleInfoAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_bundle_info_alter().
EntityTestHooks::entityDisplayBuildAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_display_build_alter().
EntityTestHooks::entityFieldAccessAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_field_access_alter().
EntityTestHooks::entityFormDisplayAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_form_display_alter().
EntityTestHooks::entityFormModeAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_form_mode_alter().
EntityTestHooks::entityFormModeInfoAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_form_mode_info_alter().
EntityTestHooks::entityOperationAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_operation_alter().
EntityTestHooks::entityTestFormModeAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_ENTITY_TYPE_form_mode_alter().
EntityTestHooks::entityTestViewModeAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_ENTITY_TYPE_view_mode_alter().
EntityTestHooks::entityTypeAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_type_alter().
EntityTestHooks::entityViewModeInfoAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_view_mode_info_alter().
EntityTestHooks::formEntityTestFormAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_form_BASE_FORM_ID_alter().
EntityTestHooks::formNodeFormAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_form_BASE_FORM_ID_alter().
EntityTestHooks::queryEntityTestAccessAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_query_entity_test_access_alter().
EntityTestLocalTasks class core/modules/system/tests/modules/entity_test/src/Plugin/Derivative/EntityTestLocalTasks.php Defines the local tasks for all the entity_test entities.
EntityTestLocalTasks.php file core/modules/system/tests/modules/entity_test/src/Plugin/Derivative/EntityTestLocalTasks.php
EntityTestLocalTasks::getDerivativeDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Derivative/EntityTestLocalTasks.php Gets the definition of all derivatives of a base plugin.
EntityTestUpdateHooks::entityTypeAlter function core/modules/system/tests/modules/entity_test_update/src/Hook/EntityTestUpdateHooks.php Implements hook_entity_type_alter().
EntityTestViewsHooks::viewsDataAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestViewsHooks.php Implements hook_views_data_alter().
EntityTypeInfo::entityTypeAlter function core/modules/content_moderation/src/EntityTypeInfo.php Adds Moderation configuration to appropriate entity types.
EntityTypeInfo::entityTypeAlter function core/modules/workspaces/src/EntityTypeInfo.php Adds Workspace configuration to appropriate entity types.
EntityTypeInfo::fieldInfoAlter function core/modules/workspaces/src/EntityTypeInfo.php Alters field plugin definitions.

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