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
AjaxPageStateTest::testMultipleLibrariesAreNotLoaded function core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php Tests if multiple libraries can be excluded.
AjaxRenderer class core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php Default main content renderer for Ajax requests.
AjaxRenderer.php file core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php
AjaxRenderer::$elementInfoManager property core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php The element info manager.
AjaxRenderer::$renderer property core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php The renderer.
AjaxRenderer::renderResponse function core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php Renders the main content render array into a response.
AjaxRenderer::__construct function core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php Constructs a new AjaxRenderer instance.
AjaxRendererTest class core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php @coversDefaultClass \Drupal\Core\Render\MainContent\AjaxRenderer
@group Ajax
AjaxRendererTest.php file core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php
AjaxRendererTest::$ajaxRenderer property core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php The tested ajax controller.
AjaxRendererTest::$renderer property core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php The renderer.
AjaxRendererTest::setUp function core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php
AjaxRendererTest::testRenderWithFragmentObject function core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php Tests the content method.
AjaxResponse class core/lib/Drupal/Core/Ajax/AjaxResponse.php JSON response object for AJAX requests.
AjaxResponse.php file core/lib/Drupal/Core/Ajax/AjaxResponse.php
AjaxResponse::$commands property core/lib/Drupal/Core/Ajax/AjaxResponse.php The array of ajax commands.
AjaxResponse::addCommand function core/lib/Drupal/Core/Ajax/AjaxResponse.php Add an AJAX command to the response.
AjaxResponse::getCommands function core/lib/Drupal/Core/Ajax/AjaxResponse.php Gets all AJAX commands.
AjaxResponseAttachmentsProcessor class core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php Processes attachments of AJAX responses.
AjaxResponseAttachmentsProcessor.php file core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php
AjaxResponseAttachmentsProcessor::$config property core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php A config object for the system performance configuration.
AjaxResponseAttachmentsProcessor::buildAttachmentsCommands function core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php Prepares the AJAX commands to attach assets.
AjaxResponseAttachmentsProcessor::processAttachments function core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php Processes the attachments of a response that has attachments.
AjaxResponseAttachmentsProcessor::__construct function core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php Constructs an AjaxResponseAttachmentsProcessor object.
AjaxResponseSubscriber class core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php Response subscriber to handle AJAX responses.
AjaxResponseSubscriber.php file core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php
AjaxResponseSubscriber::AJAX_REQUEST_PARAMETER constant core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php Request parameter to indicate that a request is a Drupal Ajax request.
AjaxResponseSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php
AjaxResponseSubscriber::onRequest function core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php Sets the AJAX parameter from the current request.
AjaxResponseSubscriber::onResponse function core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php Renders the ajax commands right before preparing the result.
AjaxResponseSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php Constructs an AjaxResponseSubscriber object.
AjaxResponseTest class core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php @coversDefaultClass \Drupal\Core\Ajax\AjaxResponse
@group Ajax
AjaxResponseTest.php file core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php
AjaxResponseTest::$ajaxResponse property core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php The tested ajax response object.
AjaxResponseTest::setUp function core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php
AjaxResponseTest::testCommands function core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php Tests the add and getCommands method.
AjaxResponseTest::testPrepareResponseForIeFormRequestsWithFileUpload function core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php Tests the support for IE specific headers in file uploads.
AjaxTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php Tests AJAX responses.
AjaxTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php
AjaxTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php The theme to install as the default for testing.
AjaxTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php Modules to install.
AjaxTest::assertInsert function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php Assert insert.
AjaxTest::assertWaitPageContains function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php Asserts that page contains an expected value after waiting.
AjaxTest::testAjaxFocus function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php Tests ajax focus handling.
AjaxTest::testAjaxWithAdminRoute function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php
AjaxTest::testDrupalSettingsCachingRegression function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php Tests that AJAX loaded libraries are not retained between requests.
AjaxTest::testGlobalEvents function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php Tests that jQuery's global Ajax events are triggered at the correct time.
AjaxTest::testInsertAjaxResponse function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php Tests that various AJAX responses with DOM elements are correctly inserted.
AjaxTest::testUiAjaxException function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php Tests that Ajax errors are visible in the UI.
AjaxTestCommandReturnPromise class core/modules/system/tests/modules/ajax_test/src/Ajax/AjaxTestCommandReturnPromise.php Test Ajax command.

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