Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
AjaxResponseAttachmentsProcessor::$cssCollectionRenderer property core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php The CSS asset collection renderer service.
AjaxResponseAttachmentsProcessor::$jsCollectionRenderer property core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php The JS asset collection renderer service.
AjaxResponseAttachmentsProcessor::$moduleHandler property core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php The module handler.
AjaxResponseAttachmentsProcessor::$renderer property core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php The renderer.
AjaxResponseAttachmentsProcessor::$requestStack property core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php The request stack.
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::$ajaxResponseAttachmentsProcessor property core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php The AJAX response attachments processor service.
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 enable.
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::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.
AjaxTestCommandReturnPromise class core/modules/system/tests/modules/ajax_test/src/Ajax/AjaxTestCommandReturnPromise.php Test Ajax command.
AjaxTestCommandReturnPromise.php file core/modules/system/tests/modules/ajax_test/src/Ajax/AjaxTestCommandReturnPromise.php
AjaxTestCommandReturnPromise::render function core/modules/system/tests/modules/ajax_test/src/Ajax/AjaxTestCommandReturnPromise.php Implements Drupal\Core\Ajax\CommandInterface:render().
AjaxTestController class core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Provides content for dialog tests.
AjaxTestController.php file core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php
AjaxTestController::dialog function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Returns a render array of form elements and links for dialog.
AjaxTestController::dialogClose function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Returns an AjaxResponse with command to close dialog.
AjaxTestController::dialogContents function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Example content for dialog testing.
AjaxTestController::getRenderTypes function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Render types.
AjaxTestController::globalEvents function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Returns a page from which to test Ajax global events.
AjaxTestController::globalEventsClearLog function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Returns an AjaxResponse with command to clear the 'test_global_events_log'.
AjaxTestController::insertLinksBlockWrapper function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Returns a render array of links that directly Drupal.ajax().
AjaxTestController::insertLinksInlineWrapper function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Returns a render array of links that directly Drupal.ajax().
AjaxTestController::order function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Returns an AjaxResponse; settings command set last.
AjaxTestController::render function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Returns a render array that will be rendered by AjaxRenderer.
AjaxTestController::renderError function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Returns an AjaxResponse with alert command.
AjaxTestController::renderTypes function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Example content for testing the wrapper of the response.
AjaxTestController::theme function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Returns the used theme.

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