Search for alt

  1. Search 7.x for alt
  2. Search 8.9.x for alt
  3. Search 10.3.x for alt
  4. Search 11.x for alt
  5. Other projects
Title Object type File name Summary
DrupalTranslator::getOptions function core/lib/Drupal/Core/Validation/DrupalTranslator.php Returns options suitable for use with TranslatableMarkup.
DrupalTranslator::processParameters function core/lib/Drupal/Core/Validation/DrupalTranslator.php Processes the parameters array for use with TranslatableMarkup.
DrupalTranslator::setLocale function core/lib/Drupal/Core/Validation/DrupalTranslator.php
DrupalTranslator::trans function core/lib/Drupal/Core/Validation/DrupalTranslator.php Translates the given message.
DrupalTranslator::transChoice function core/lib/Drupal/Core/Validation/DrupalTranslator.php
DynamicLocalTasks class core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php Generates moderation-related local tasks.
DynamicLocalTasks class core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php Generates media-related local tasks.
DynamicLocalTasks.php file core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php
DynamicLocalTasks.php file core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php
DynamicLocalTasks::$basePluginId property core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php The base plugin ID.
DynamicLocalTasks::$config property core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php The media settings config.
DynamicLocalTasks::$entityTypeManager property core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php The entity type manager.
DynamicLocalTasks::$entityTypeManager property core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php The entity type manager.
DynamicLocalTasks::$moderationInfo property core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php The moderation information service.
DynamicLocalTasks::$router property core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php The router.
DynamicLocalTasks::create function core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php Creates a new class instance.
DynamicLocalTasks::create function core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php Creates a new class instance.
DynamicLocalTasks::getDerivativeDefinitions function core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php Gets the definition of all derivatives of a base plugin.
DynamicLocalTasks::getDerivativeDefinitions function core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php Gets the definition of all derivatives of a base plugin.
DynamicLocalTasks::__construct function core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php Creates a FieldUiLocalTask object.
DynamicLocalTasks::__construct function core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php Creates a DynamicLocalTasks object.
EditorSelector::$alternatives property core/modules/quickedit/src/EditorSelector.php A list of alternative editor plugin IDs, keyed by editor plugin ID.
editor_element_info_alter function core/modules/editor/editor.module Implements hook_element_info_alter().
editor_form_filter_admin_overview_alter function core/modules/editor/editor.module Implements hook_form_FORM_ID_alter().
editor_form_filter_format_form_alter function core/modules/editor/editor.module Implements hook_form_BASE_FORM_ID_alter() for \Drupal\filter\FilterFormatEditForm.
editor_menu_links_discovered_alter function core/modules/editor/editor.module Implements hook_menu_links_discovered_alter().
editor_test_editor_info_alter function core/modules/editor/tests/modules/editor_test/editor_test.module Implements hook_editor_info_alter().
editor_test_editor_js_settings_alter function core/modules/editor/tests/modules/editor_test/editor_test.module Implements hook_editor_js_settings_alter().
editor_test_editor_xss_filter_alter function core/modules/editor/tests/modules/editor_test/editor_test.module Implements hook_editor_xss_filter_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 The theme to install as the default for testing.
ElementsVerticalTabsTest::$modules property core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php Modules to enable.
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::testJavaScriptOrdering function core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php Ensures that vertical-tabs.js is included before collapse.js.
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().
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.
EntityResourceHalTestCoverageTest class core/modules/hal/tests/src/Kernel/EntityResource/EntityResourceHalTestCoverageTest.php Checks that all core content/config entity types have HAL test coverage.
EntityResourceHalTestCoverageTest.php file core/modules/hal/tests/src/Kernel/EntityResource/EntityResourceHalTestCoverageTest.php

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