Search for all
Title | Object type | File name | Summary |
---|---|---|---|
AjaxInGroupTest.php | file | core/ |
|
AjaxInGroupTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
AjaxInGroupTest::$modules | property | core/ |
Modules to enable. |
AjaxInGroupTest::setUp | function | core/ |
|
AjaxInGroupTest::testSimpleAjaxFormValue | function | core/ |
Submits forms with select and checkbox elements via Ajax. |
AjaxPageStateTest | class | core/ |
Performs tests for the effects of the ajax_page_state query parameter. |
AjaxPageStateTest.php | file | core/ |
|
AjaxPageStateTest::$adminUser | property | core/ |
User account with all available permissions |
AjaxPageStateTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
AjaxPageStateTest::$modules | property | core/ |
Modules to install. |
AjaxPageStateTest::setUp | function | core/ |
|
AjaxPageStateTest::testHtml5ShivIsNotLoaded | function | core/ |
Give ajax_page_state[libraries]=core/html5shiv to exclude the library. |
AjaxPageStateTest::testLibrariesAvailable | function | core/ |
Default functionality without the param ajax_page_state[libraries]. |
AjaxPageStateTest::testMultipleLibrariesAreNotLoaded | function | core/ |
Test 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::drupalRenderRoot | function | core/ |
Wraps \Drupal\Core\Render\RendererInterface::renderRoot(). |
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/ |
@coversDefaultClass \Drupal\Core\Render\MainContent\AjaxRenderer @group Ajax |
AjaxRendererTest.php | file | core/ |
|
AjaxRendererTest::$ajaxRenderer | property | core/ |
The tested ajax controller. |
AjaxRendererTest::$renderer | property | core/ |
The renderer. |
AjaxRendererTest::setUp | function | core/ |
|
AjaxRendererTest::testConstructorRendererArgument | function | core/ |
@group legacy @expectedDeprecation The renderer service must be passed to Drupal\Core\Render\MainContent\AjaxRenderer::__construct and will be required before Drupal 9.0.0. See https://www.drupal.org/node/3009400 |
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. |
AjaxResponseAttachmentsProcessor | class | core/ |
Processes attachments of AJAX responses. |
AjaxResponseAttachmentsProcessor.php | file | core/ |
|
AjaxResponseAttachmentsProcessor::$assetResolver | property | core/ |
The asset resolver service. |
AjaxResponseAttachmentsProcessor::$config | property | core/ |
A config object for the system performance configuration. |
AjaxResponseAttachmentsProcessor::$cssCollectionRenderer | property | core/ |
The CSS asset collection renderer service. |
AjaxResponseAttachmentsProcessor::$jsCollectionRenderer | property | core/ |
The JS asset collection renderer service. |
AjaxResponseAttachmentsProcessor::$moduleHandler | property | core/ |
The module handler. |
AjaxResponseAttachmentsProcessor::$renderer | property | core/ |
The renderer. |
AjaxResponseAttachmentsProcessor::$requestStack | property | core/ |
The request stack. |
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 a AjaxResponseAttachmentsProcessor object. |
AjaxResponseSubscriber | class | core/ |
Response subscriber to handle AJAX responses. |
AjaxResponseSubscriber.php | file | core/ |
|
AjaxResponseSubscriber::$ajaxResponseAttachmentsProcessor | property | core/ |
The AJAX response attachments processor service. |
AjaxResponseSubscriber::AJAX_REQUEST_PARAMETER | constant | core/ |
Request parameter to indicate that a request is a Drupal Ajax request. |
AjaxResponseSubscriber::getSubscribedEvents | function | core/ |
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.