Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
AdminUiTest::testSettingsOnlyFireAjaxWithCkeditor5 function core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php Confirm settings only trigger AJAX when select value is CKEditor 5.
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
AjaxBasePageNegotiator::determineActiveTheme function core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php
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
@group Theme
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 @covers ::applies
@dataProvider providerTestApplies
AjaxBasePageNegotiatorTest::testDetermineActiveThemeDefaultTheme function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @covers ::determineActiveTheme
AjaxBasePageNegotiatorTest::testDetermineActiveThemeInvalidToken function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @covers ::determineActiveTheme
AjaxBasePageNegotiatorTest::testDetermineActiveThemeValidToken function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @covers ::determineActiveTheme
AjaxCommandsTest::testOpenDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\OpenDialogCommand
AjaxCommandsTest::testOpenModalDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\OpenModalDialogCommand
AjaxFormImageButtonTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php Tests the Ajax image buttons work with key press events.
AjaxFormImageButtonTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php
AjaxFormImageButtonTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php
AjaxFormImageButtonTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php
AjaxFormImageButtonTest::testAjaxImageButtonKeypressEnter function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php Tests image buttons can be operated with the keyboard ENTER key.
AjaxFormImageButtonTest::testAjaxImageButtonKeypressSpace function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php Tests image buttons can be operated with the keyboard SPACE key.
AjaxFormsTestImageButtonForm class core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php Form builder: Builds a form that has image button with an ajax callback.
AjaxFormsTestImageButtonForm.php file core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php
AjaxFormsTestImageButtonForm::buildForm function core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php
AjaxFormsTestImageButtonForm::getFormId function core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php
AjaxFormsTestImageButtonForm::submitForm function core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php
AjaxRendererTest::testRenderWithFragmentObject function core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php Tests the content method.
AjaxTestFocusFirstForm::focusFirstSelectorMultipleMatch function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php Callback for testing FocusFirstCommand on a container.
AjaxTestFocusFirstForm::selectorDoesNotExist function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php Callback for testing FocusFirstCommand on a container.
AjaxTestFocusFirstForm::selectorHasNothingTabbable function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php Callback for testing FocusFirstCommand on a container.
AliasingResourceTypeRepository class core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/src/ResourceType/AliasingResourceTypeRepository.php Provides a repository of resource types with field names that can be aliased.
AliasingResourceTypeRepository.php file core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/src/ResourceType/AliasingResourceTypeRepository.php
AliasingResourceTypeRepository::getFields function core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/src/ResourceType/AliasingResourceTypeRepository.php
AliasManagerTest::$aliasRepository property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Alias repository.
AliasPrefixList::$pathAliasRepository property core/modules/path_alias/src/AliasPrefixList.php The path alias repository.
AliasRepository class core/modules/path_alias/src/AliasRepository.php Provides the default path alias lookup operations.
AliasRepository.php file core/modules/path_alias/src/AliasRepository.php
AliasRepository::$connection property core/modules/path_alias/src/AliasRepository.php The database connection.
AliasRepository::addLanguageFallback function core/modules/path_alias/src/AliasRepository.php Adds path alias language fallback conditions to a select query object.
AliasRepository::getBaseQuery function core/modules/path_alias/src/AliasRepository.php Returns a SELECT query for the path_alias base table.
AliasRepository::lookupByAlias function core/modules/path_alias/src/AliasRepository.php
AliasRepository::lookupBySystemPath function core/modules/path_alias/src/AliasRepository.php
AliasRepository::pathHasMatchingAlias function core/modules/path_alias/src/AliasRepository.php

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