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
ElementInfoTestHooks::elementPluginAlter function core/modules/system/tests/modules/element_info_test/src/Hook/ElementInfoTestHooks.php Implements hook_element_plugin_alter().
ElementsVerticalTabsTest class core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php Tests the vertical_tabs form element for expected behavior.
ElementsVerticalTabsTest.php file core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php
ElementsVerticalTabsTest::$adminUser property core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php A user with permission to access vertical_tab_test_tabs.
ElementsVerticalTabsTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php
ElementsVerticalTabsTest::$modules property core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php
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.
ElementsVerticalTabsWithSummaryTest class core/modules/system/tests/src/FunctionalJavascript/Form/ElementsVerticalTabsWithSummaryTest.php Tests that titles and summaries in vertical-tabs form elements are set correctly.
ElementsVerticalTabsWithSummaryTest.php file core/modules/system/tests/src/FunctionalJavascript/Form/ElementsVerticalTabsWithSummaryTest.php
ElementsVerticalTabsWithSummaryTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/Form/ElementsVerticalTabsWithSummaryTest.php
ElementsVerticalTabsWithSummaryTest::$modules property core/modules/system/tests/src/FunctionalJavascript/Form/ElementsVerticalTabsWithSummaryTest.php
ElementsVerticalTabsWithSummaryTest::testDynamicSummary function core/modules/system/tests/src/FunctionalJavascript/Form/ElementsVerticalTabsWithSummaryTest.php Check that vertical tabs title and summaries are set correctly.
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
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/Hook/EntityOperations.php Implements hook_form_alter().
EntityOperations::entityFormAlter function core/modules/workspaces/src/EntityOperations.php Alters entity forms to disallow concurrent editing in multiple workspaces.
EntityOperations::entityQueryTagLatestTranslatedAffectedRevisionAlter function core/modules/workspaces/src/Hook/EntityOperations.php Implements hook_entity_query_tag__TAG_alter() for 'latest_translated_affected_revision'.
EntityOperationsTest::testEntityOperationAlter function core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php Checks that hook_entity_operation_alter() can add an operation.
EntityQueryAggregateTest::testAlterHook function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php Tests that entity query alter hooks are invoked for aggregate queries.
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::entityDuplicateAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_duplicate().
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().

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