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::$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 The theme to install as the default for testing.
ElementsVerticalTabsTest::$modules property core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php Modules to install.
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.
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.
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.
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.
EntityTypeInfo::formAlter function core/modules/content_moderation/src/EntityTypeInfo.php Alters bundle forms to enforce revision handling.
EntityTypeInfoTest::providerTestEntityTypeAlter function core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php Provides test data for testEntityTypeAlter().
EntityTypeInfoTest::testEntityTypeAlter function core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php Tests the correct entity types have moderation added.
EntityUpdateInitialTest class core/modules/system/tests/src/Functional/UpdateSystem/EntityUpdateInitialTest.php Tests handling of existing initial keys during updates.
EntityUpdateInitialTest.php file core/modules/system/tests/src/Functional/UpdateSystem/EntityUpdateInitialTest.php
EntityUpdateInitialTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/EntityUpdateInitialTest.php The theme to install as the default for testing.
EntityUpdateInitialTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/EntityUpdateInitialTest.php Modules to install.
EntityUpdateInitialTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/EntityUpdateInitialTest.php
EntityUpdateInitialTest::testInitialIsIgnored function core/modules/system/tests/src/Functional/UpdateSystem/EntityUpdateInitialTest.php Tests that a pre-existing initial key in the field schema is not a change.
EntityViewAlterTest class core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php @covers layout_builder_entity_view_alter
EntityViewAlterTest.php file core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php
EntityViewAlterTest::$modules property core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php Modules to install.
EntityViewAlterTest::setUp function core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php
EntityViewAlterTest::testContextualLinksRemoved function core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php Tests that contextual links are removed when rendering Layout Builder.
EntityViewBuilder::alterBuild function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Specific per-entity building.
EntityViewBuilderTest::testHookEntityTypeViewModeAlter function core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php Tests a view mode alter on an entity.
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().

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