Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
AdvisoriesConfigSubscriber::getSubscribedEvents function core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php
AdvisoriesConfigSubscriber::onConfigSave function core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php Deletes the stored response from the security advisories feed, if needed.
AdvisoriesConfigSubscriber::__construct function core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php Constructs a new ConfigSubscriber object.
AdvisoryFeedTestHooks class core/modules/system/tests/modules/advisory_feed_test/src/Hook/AdvisoryFeedTestHooks.php Hook implementations for advisory_feed_test.
AdvisoryFeedTestHooks.php file core/modules/system/tests/modules/advisory_feed_test/src/Hook/AdvisoryFeedTestHooks.php
AdvisoryFeedTestHooks::systemInfoAlter function core/modules/system/tests/modules/advisory_feed_test/src/Hook/AdvisoryFeedTestHooks.php Implements hook_system_info_alter().
AdvisoryTestClientMiddleware class core/modules/system/tests/modules/advisory_feed_test/src/AdvisoryTestClientMiddleware.php Overrides the User-Agent HTTP header for outbound HTTP requests.
AdvisoryTestClientMiddleware.php file core/modules/system/tests/modules/advisory_feed_test/src/AdvisoryTestClientMiddleware.php
AdvisoryTestClientMiddleware::setTestEndpoint function core/modules/system/tests/modules/advisory_feed_test/src/AdvisoryTestClientMiddleware.php Sets the test endpoint for the advisories JSON feed.
AdvisoryTestClientMiddleware::__invoke function core/modules/system/tests/modules/advisory_feed_test/src/AdvisoryTestClientMiddleware.php HTTP middleware that replaces URI for advisory requests.
AdvisoryTestController class core/modules/system/tests/modules/advisory_feed_test/src/Controller/AdvisoryTestController.php Defines a controller to return JSON for security advisory tests.
AdvisoryTestController.php file core/modules/system/tests/modules/advisory_feed_test/src/Controller/AdvisoryTestController.php
AdvisoryTestController::getPsaJson function core/modules/system/tests/modules/advisory_feed_test/src/Controller/AdvisoryTestController.php Reads a JSON file and returns the contents as a Response.
advisory_feed_test.info.yml file core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.info.yml core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.info.yml
advisory_feed_test.module file core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.module
advisory_feed_test.routing.yml file core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.routing.yml core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.routing.yml
advisory_feed_test.services.yml file core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.services.yml core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.services.yml
advisory_feed_test_system_info_alter function core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.module Implements hook_system_info_alter().
AfterCommand class core/lib/Drupal/Core/Ajax/AfterCommand.php An AJAX command for calling the jQuery after() method.
AfterCommand.php file core/lib/Drupal/Core/Ajax/AfterCommand.php
AfterCommand::render function core/lib/Drupal/Core/Ajax/AfterCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
AHooks class core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php This class contains hook implementations.
AHooks.php file core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php
AHooks::testBothParametersHook function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php #[Hook('test_both_parameters_hook', order: new OrderAfter(modules: [
'bbb_hook_order_test',
], classesAndMethods: [
[
CHooks::class,
'testBothParametersHook',
],
]))]
AHooks::testHook function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php #[Hook('test_hook')]
AHooks::testHookAfterB function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php #[Hook('test_hook', order: new OrderAfter(modules: [
'bbb_hook_order_test',
]))]
AHooks::testHookFirst function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php #[Hook('test_hook', order: Order::First)]
AHooks::testHookLast function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php #[Hook('test_hook', order: Order::Last)]
Ajax class core/lib/Drupal/Core/Render/Element/Ajax.php Provides a render element for adding Ajax to a render element.
Ajax API group core/core.api.php Overview for Drupal's Ajax API.
ajax-progress.module.css file core/misc/components/ajax-progress.module.css Throbber.
ajax-progress.module.css file core/themes/stable9/css/core/components/ajax-progress.module.css Throbber.
ajax-progress.module.css file core/themes/stable9/css/system/components/ajax-progress.module.css Throbber.
ajax-progress.module.css file core/themes/claro/css/components/ajax-progress.module.css Throbber.
ajax-progress.module.css file core/themes/olivero/css/components/ajax-progress.module.css Visual styles for ajax-progress throbber.
ajax-progress.module.css file core/modules/system/css/components/ajax-progress.module.css Throbber.
ajax-progress.module.pcss.css file core/themes/olivero/css/components/ajax-progress.module.pcss.css Visual styles for ajax-progress throbber.
ajax-progress.module.pcss.css file core/themes/claro/css/components/ajax-progress.module.pcss.css Throbber.
Ajax.php file core/lib/Drupal/Core/Render/Element/Ajax.php
Ajax::getInfo function core/lib/Drupal/Core/Render/Element/Ajax.php Returns the element properties for this element.
Ajax::__construct function core/lib/Drupal/Core/Render/Element/Ajax.php Constructs a new render element object.
AjaxBasePageNegotiator class core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php Defines a theme negotiator that deals with the active theme on ajax requests.
AjaxBasePageNegotiator.php file core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php
AjaxBasePageNegotiator::$configFactory property core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php The config factory.
AjaxBasePageNegotiator::$csrfGenerator property core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php The CSRF token generator.
AjaxBasePageNegotiator::$requestStack property core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php The request stack.
AjaxBasePageNegotiator::applies function core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php Whether this theme negotiator should be used to set the theme.
AjaxBasePageNegotiator::determineActiveTheme function core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php Determine the active theme for the request.
AjaxBasePageNegotiator::__construct function core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php Constructs a new AjaxBasePageNegotiator.
AjaxBasePageNegotiatorTest class core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @coversDefaultClass \Drupal\Core\Theme\AjaxBasePageNegotiator[[api-linebreak]]
@group Theme

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