Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 10.3.x for on
  4. Search 11.x for on
  5. Other projects
Title Object type File name Summary
ActionXmlBasicAuthTest::$format property core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php The format to use in this test.
ActionXmlBasicAuthTest::$mimeType property core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php The MIME type that corresponds to $format.
ActionXmlBasicAuthTest::$modules property core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php Modules to install.
ActionXmlCookieTest class core/modules/system/tests/src/Functional/Rest/ActionXmlCookieTest.php @group rest
ActionXmlCookieTest.php file core/modules/system/tests/src/Functional/Rest/ActionXmlCookieTest.php
ActionXmlCookieTest::$auth property core/modules/system/tests/src/Functional/Rest/ActionXmlCookieTest.php The authentication mechanism to use in this test.
ActionXmlCookieTest::$defaultTheme property core/modules/system/tests/src/Functional/Rest/ActionXmlCookieTest.php The theme to install as the default for testing.
ActionXmlCookieTest::$format property core/modules/system/tests/src/Functional/Rest/ActionXmlCookieTest.php The format to use in this test.
ActionXmlCookieTest::$mimeType property core/modules/system/tests/src/Functional/Rest/ActionXmlCookieTest.php The MIME type that corresponds to $format.
action_bulk_test.info.yml file core/modules/views/tests/modules/action_bulk_test/action_bulk_test.info.yml core/modules/views/tests/modules/action_bulk_test/action_bulk_test.info.yml
action_entity_type_build function core/modules/action/action.module Implements hook_entity_type_build().
action_form_ajax_test.info.yml file core/modules/action/tests/action_form_ajax_test/action_form_ajax_test.info.yml core/modules/action/tests/action_form_ajax_test/action_form_ajax_test.info.yml
action_form_ajax_test.schema.yml file core/modules/action/tests/action_form_ajax_test/config/schema/action_form_ajax_test.schema.yml core/modules/action/tests/action_form_ajax_test/config/schema/action_form_ajax_test.schema.yml
action_help function core/modules/action/action.module Implements hook_help().
action_post_update_move_plugins function core/modules/action/action.post_update.php Moves action plugins to core.
action_post_update_remove_settings function core/modules/action/action.post_update.php Removes action settings.
action_settings.yml file core/modules/action/migrations/action_settings.yml core/modules/action/migrations/action_settings.yml
action_test.info.yml file core/modules/system/tests/modules/action_test/action_test.info.yml core/modules/system/tests/modules/action_test/action_test.info.yml
ActiveLinkResponseFilter class core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php Subscribes to filter HTML responses, to set the 'is-active' class on links.
ActiveLinkResponseFilter.php file core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php
ActiveLinkResponseFilter::$currentPath property core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php The current path.
ActiveLinkResponseFilter::$currentUser property core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php The current user.
ActiveLinkResponseFilter::$languageManager property core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php The language manager.
ActiveLinkResponseFilter::$pathMatcher property core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php The path matcher.
ActiveLinkResponseFilter::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php
ActiveLinkResponseFilter::onResponse function core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php Sets the 'is-active' class on links.
ActiveLinkResponseFilter::setLinkActiveClass function core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php Sets the "is-active" class on relevant links.
ActiveLinkResponseFilter::__construct function core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php Constructs a new ActiveLinkResponseFilter instance.
ActiveLinkResponseFilterTest class core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php @coversDefaultClass \Drupal\Core\EventSubscriber\ActiveLinkResponseFilter
@group EventSubscriber
ActiveLinkResponseFilterTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php
ActiveLinkResponseFilterTest::providerTestSetLinkActiveClass function core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php Provides test data for testSetLinkActiveClass().
ActiveLinkResponseFilterTest::testOnlyHtml function core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php Tests ActiveLinkResponseFilter only affects HTML responses.
ActiveLinkResponseFilterTest::testSetLinkActiveClass function core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php Tests setLinkActiveClass().
ActiveLinkResponseFilterTest::testSkipCertainResponseTypes function core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php Tests certain response types ignored by the ActiveLinkResponseFilter.
ActiveTheme::$baseThemeExtensions property core/lib/Drupal/Core/Theme/ActiveTheme.php An array of base theme extension objects keyed by name.
ActiveTheme::$extension property core/lib/Drupal/Core/Theme/ActiveTheme.php The extension object.
ActiveTheme::$regions property core/lib/Drupal/Core/Theme/ActiveTheme.php The regions provided by the theme.
ActiveTheme::getBaseThemeExtensions function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns an array of base theme extension objects keyed by name.
ActiveTheme::getExtension function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns the extension object.
ActiveTheme::getRegions function core/lib/Drupal/Core/Theme/ActiveTheme.php The regions used by the theme.
ActiveTheme::__construct function core/lib/Drupal/Core/Theme/ActiveTheme.php Constructs an ActiveTheme object.
ActiveThemeLegacyTest::testConstructor function core/tests/Drupal/KernelTests/Core/Theme/ActiveThemeLegacyTest.php Tests BC layer in constructor.
ActiveWorkspaceCheck::__construct function core/modules/workspaces/src/Access/ActiveWorkspaceCheck.php Constructs a new ActiveWorkspaceCheck.
ActiveWorkspaceCheckTest::$container property core/modules/workspaces/tests/src/Unit/ActiveWorkspaceCheckTest.php The dependency injection container.
AddCssCommand::__construct function core/lib/Drupal/Core/Ajax/AddCssCommand.php Constructs an AddCssCommand.
AddFeedTest::testAddLongFeed function core/modules/aggregator/tests/src/Functional/AddFeedTest.php Tests feeds with very long URLs.
AddFeedTest::testFeedIconEscaping function core/modules/system/tests/src/Kernel/Common/AddFeedTest.php Checks that special characters are correctly escaped.
AddFormBase::buildActions function core/modules/media_library/src/Form/AddFormBase.php Returns an array of supported actions for the form.
AddFormBase::buildCurrentSelectionArea function core/modules/media_library/src/Form/AddFormBase.php Returns a render array containing the current selection.
AddFormBase::removeButtonSubmit function core/modules/media_library/src/Form/AddFormBase.php Submit handler for the remove button.

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