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
DrupalTestBrowser::$client property core/tests/Drupal/Tests/DrupalTestBrowser.php The Guzzle client.
DrupalTestBrowser::addPostFields function core/tests/Drupal/Tests/DrupalTestBrowser.php Adds form parameters to the $multipart array.
DrupalTestBrowser::addPostFiles function core/tests/Drupal/Tests/DrupalTestBrowser.php Adds files to the $multipart array.
DrupalTestBrowser::createResponse function core/tests/Drupal/Tests/DrupalTestBrowser.php Converts a Guzzle response to a BrowserKit response.
DrupalTestBrowser::doRequest function core/tests/Drupal/Tests/DrupalTestBrowser.php
DrupalTestBrowser::getClient function core/tests/Drupal/Tests/DrupalTestBrowser.php Gets the Guzzle client.
DrupalTestBrowser::setClient function core/tests/Drupal/Tests/DrupalTestBrowser.php Sets the Guzzle client.
DrupalTranslator class core/lib/Drupal/Core/Validation/DrupalTranslator.php Translates strings using Drupal's translation system.
DrupalTranslator.php file core/lib/Drupal/Core/Validation/DrupalTranslator.php
DrupalTranslator::$locale property core/lib/Drupal/Core/Validation/DrupalTranslator.php The locale used for translating.
DrupalTranslator::getLocale function core/lib/Drupal/Core/Validation/DrupalTranslator.php
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
Drupal\user_route_alter_test\Routing\RouteSubscriber service core/modules/serialization/tests/modules/user_route_alter_test/user_route_alter_test.services.yml
DynamicLocalTasks class core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php Generates media-related local tasks.
DynamicLocalTasks class core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php Generates moderation-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/media/src/Plugin/Derivative/DynamicLocalTasks.php Creates a new class instance.
DynamicLocalTasks::create function core/modules/content_moderation/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/media/src/Plugin/Derivative/DynamicLocalTasks.php Creates a DynamicLocalTasks object.
DynamicLocalTasks::__construct function core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php Creates a FieldUiLocalTask object.
EditorHooks::elementInfoAlter function core/modules/editor/src/Hook/EditorHooks.php Implements hook_element_info_alter().
EditorHooks::formFilterAdminOverviewAlter function core/modules/editor/src/Hook/EditorHooks.php Implements hook_form_FORM_ID_alter().
EditorHooks::formFilterFormatFormAlter function core/modules/editor/src/Hook/EditorHooks.php Implements hook_form_BASE_FORM_ID_alter() for \Drupal\filter\FilterFormatEditForm.
EditorHooks::menuLinksDiscoveredAlter function core/modules/editor/src/Hook/EditorHooks.php Implements hook_menu_links_discovered_alter().
EditorTestHooks::editorInfoAlter function core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php Implements hook_editor_info_alter().
EditorTestHooks::editorJsSettingsAlter function core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php Implements hook_editor_js_settings_alter().
EditorTestHooks::editorXssFilterAlter function core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php Implements hook_editor_xss_filter_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().
ElementInfoTestHooks::elementInfoAlter function core/modules/system/tests/modules/element_info_test/src/Hook/ElementInfoTestHooks.php Implements hook_element_info_alter().
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 The theme to install as the default for testing.
ElementsVerticalTabsTest::$modules property core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php Modules to install.

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