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
AggregationTest::$modules property core/modules/views/tests/src/Kernel/AggregationTest.php Modules to install.
AggregationTest::$testViews property core/modules/views/tests/src/Kernel/AggregationTest.php Views to be enabled.
AggregationTest::setUp function core/modules/views/tests/src/Kernel/AggregationTest.php
AggregationTest::testSimpleResultSet function core/modules/views/tests/src/Kernel/AggregationTest.php Tests a trivial result set.
AHooks class core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php Provides hook implementations for testing the execution order of hooks.
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 Implements test_both_parameters_hook().
AHooks::testHook function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php Implements hook_test_hook().
AHooks::testHookAfterB function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php Implements hook_test_hook().
AHooks::testHookFirst function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php Implements hook_test_hook().
AHooks::testHookLast function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php Implements hook_test_hook().
AHooks::testProceduralReorder function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php Implements test_procedural_reorder().
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/default_admin/css/components/ajax-progress.module.css Throbber.
ajax-progress.module.css file core/themes/admin/css/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.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-progress.module.pcss.css file core/themes/admin/css/components/ajax-progress.module.pcss.css Throbber.
ajax-progress.module.pcss.css file core/themes/default_admin/css/components/ajax-progress.module.pcss.css Throbber.
ajax.css file core/themes/admin/migration/css/components/ajax.css @keyframes gin-throbber {
0% {
transform: rotateZ(0);
}

100% {
transform: rotateZ(360deg);
}
}

.ajax-progress__throbber,
.ajax-progress__throbber--fullscreen,
.ui-dialog .ajax-progress__throbber,
.media-library-item…
ajax.css file core/themes/default_admin/migration/css/components/ajax.css AJAX progress indicator styles.
ajax.pcss.css file core/themes/default_admin/migration/css/components/ajax.pcss.css AJAX progress indicator styles.
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 Tests Drupal\Core\Theme\AjaxBasePageNegotiator.
AjaxBasePageNegotiatorTest.php file core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php
AjaxBasePageNegotiatorTest::$negotiator property core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php The AJAX base page negotiator.
AjaxBasePageNegotiatorTest::$requestStack property core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php The request stack.
AjaxBasePageNegotiatorTest::$tokenGenerator property core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php The CSRF token generator.
AjaxBasePageNegotiatorTest::providerTestApplies function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php
AjaxBasePageNegotiatorTest::setUp function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php
AjaxBasePageNegotiatorTest::testApplies function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php Tests applies.
AjaxBasePageNegotiatorTest::testDetermineActiveThemeDefaultTheme function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php Tests determine active theme default theme.
AjaxBasePageNegotiatorTest::testDetermineActiveThemeInvalidToken function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php Tests determine active theme invalid token.
AjaxBasePageNegotiatorTest::testDetermineActiveThemeValidToken function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php Tests determine active theme valid token.
AjaxBlockTest class core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php Ajax blocks tests.
AjaxBlockTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php
AjaxBlockTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php The theme to install as the default for testing.
AjaxBlockTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php Modules to install.
AjaxBlockTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php

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