Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| AjaxResponse::$commands | property | core/ |
The array of ajax commands. |
| AjaxResponse::addCommand | function | core/ |
Add an AJAX command to the response. |
| AjaxResponse::getCommands | function | core/ |
Gets all AJAX commands. |
| AjaxResponse::mergeWith | function | core/ |
Merges other ajax response with this one. |
| AjaxResponseAttachmentsProcessor | class | core/ |
Processes attachments of AJAX responses. |
| AjaxResponseAttachmentsProcessor.php | file | core/ |
|
| AjaxResponseAttachmentsProcessor::$config | property | core/ |
A config object for the system performance configuration. |
| AjaxResponseAttachmentsProcessor::buildAttachmentsCommands | function | core/ |
Prepares the AJAX commands to attach assets. |
| AjaxResponseAttachmentsProcessor::processAttachments | function | core/ |
Processes the attachments of a response that has attachments. |
| AjaxResponseAttachmentsProcessor::__construct | function | core/ |
Constructs an AjaxResponseAttachmentsProcessor object. |
| AjaxResponseSubscriber | class | core/ |
Response subscriber to handle AJAX responses. |
| AjaxResponseSubscriber.php | file | core/ |
|
| AjaxResponseSubscriber::AJAX_REQUEST_PARAMETER | constant | core/ |
Request parameter to indicate that a request is a Drupal Ajax request. |
| AjaxResponseSubscriber::getSubscribedEvents | function | core/ |
|
| AjaxResponseSubscriber::onRequest | function | core/ |
Sets the AJAX parameter from the current request. |
| AjaxResponseSubscriber::onResponse | function | core/ |
Renders the ajax commands right before preparing the result. |
| AjaxResponseSubscriber::__construct | function | core/ |
Constructs an AjaxResponseSubscriber object. |
| AjaxResponseTest | class | core/ |
Tests Drupal\Core\Ajax\AjaxResponse. |
| AjaxResponseTest.php | file | core/ |
|
| AjaxResponseTest::$ajaxResponse | property | core/ |
The tested ajax response object. |
| AjaxResponseTest::createCommandMock | function | core/ |
Creates a mock of the Drupal\Core\Ajax\CommandInterface. |
| AjaxResponseTest::createCommandMockWithSettingsAndLibrariesAttachments | function | core/ |
Creates a mock of a provided subclass of CommandInterface. |
| AjaxResponseTest::setUp | function | core/ |
|
| AjaxResponseTest::testCommands | function | core/ |
Tests the add and getCommands method. |
| AjaxResponseTest::testMergeWithOtherAjaxResponse | function | core/ |
Tests the mergeWith() method. |
| AjaxResponseTest::testPrepareResponseForIeFormRequestsWithFileUpload | function | core/ |
Tests the support for IE specific headers in file uploads. |
| AjaxTest | class | core/ |
Tests AJAX responses. |
| AjaxTest.php | file | core/ |
|
| AjaxTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| AjaxTest::$modules | property | core/ |
Modules to install. |
| AjaxTest::assertInsert | function | core/ |
Assert insert. |
| AjaxTest::assertWaitPageContains | function | core/ |
Asserts that page contains an expected value after waiting. |
| AjaxTest::setUp | function | core/ |
|
| AjaxTest::testAjaxFocus | function | core/ |
Tests ajax focus handling. |
| AjaxTest::testAjaxWithAdminRoute | function | core/ |
|
| AjaxTest::testDrupalSettingsCachingRegression | function | core/ |
Tests that AJAX loaded libraries are not retained between requests. |
| AjaxTest::testGlobalEvents | function | core/ |
Tests that jQuery's global Ajax events are triggered at the correct time. |
| AjaxTest::testInsertAjaxResponse | function | core/ |
Tests that various AJAX responses with DOM elements are correctly inserted. |
| AjaxTest::testUiAjaxException | function | core/ |
Tests that Ajax errors are visible in the UI. |
| AjaxTestCommandReturnPromise | class | core/ |
Test Ajax command. |
| AjaxTestCommandReturnPromise.php | file | core/ |
|
| AjaxTestCommandReturnPromise::render | function | core/ |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
| AjaxTestController | class | core/ |
Provides content for dialog tests. |
| AjaxTestController.php | file | core/ |
|
| AjaxTestController::dialog | function | core/ |
Returns a render array of form elements and links for dialog. |
| AjaxTestController::dialogClose | function | core/ |
Returns an AjaxResponse with command to close dialog. |
| AjaxTestController::dialogContents | function | core/ |
Example content for dialog testing. |
| AjaxTestController::exceptionLink | function | core/ |
Provides an Ajax link for the exception. |
| AjaxTestController::getRenderTypes | function | core/ |
Render types. |
| AjaxTestController::globalEvents | function | core/ |
Returns a page from which to test Ajax global events. |
Pagination
- Previous page
- Page 29
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.