Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| AjaxPageStateTest::testDrupalSettingsIsNotLoaded | function | core/ |
Give ajax_page_state[libraries]=core/drupalSettings to exclude the library. |
| AjaxPageStateTest::testHandle | function | core/ |
Tests that the query and request libraries are merged. |
| AjaxPageStateTest::testLibrariesAvailable | function | core/ |
Default functionality without the param ajax_page_state[libraries]. |
| AjaxPageStateTest::testMultipleLibrariesAreNotLoaded | function | core/ |
Tests if multiple libraries can be excluded. |
| AjaxRenderer | class | core/ |
Default main content renderer for Ajax requests. |
| AjaxRenderer.php | file | core/ |
|
| AjaxRenderer::$elementInfoManager | property | core/ |
The element info manager. |
| AjaxRenderer::$renderer | property | core/ |
The renderer. |
| AjaxRenderer::renderResponse | function | core/ |
Renders the main content render array into a response. |
| AjaxRenderer::__construct | function | core/ |
Constructs a new AjaxRenderer instance. |
| AjaxRendererTest | class | core/ |
Tests Drupal\Core\Render\MainContent\AjaxRenderer. |
| AjaxRendererTest.php | file | core/ |
|
| AjaxRendererTest::$ajaxRenderer | property | core/ |
The tested ajax controller. |
| AjaxRendererTest::$renderer | property | core/ |
The renderer. |
| AjaxRendererTest::setUp | function | core/ |
|
| AjaxRendererTest::testRenderWithFragmentObject | function | core/ |
Tests the content method. |
| AjaxResponse | class | core/ |
JSON response object for AJAX requests. |
| AjaxResponse.php | file | core/ |
|
| 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. |
Pagination
- Previous page
- Page 27
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.