Search for all
Title | Object type | File name | Summary |
---|---|---|---|
AjaxInGroupTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
AjaxInGroupTest::$modules | property | core/ |
Modules to install. |
AjaxInGroupTest::setUp | function | core/ |
|
AjaxInGroupTest::testSimpleAjaxFormValue | function | core/ |
Submits forms with select and checkbox elements via Ajax. |
AjaxMaintenanceModeTest | class | core/ |
Tests maintenance message during an AJAX call. |
AjaxMaintenanceModeTest.php | file | core/ |
|
AjaxMaintenanceModeTest::$adminUser | property | core/ |
An user with administration permissions. |
AjaxMaintenanceModeTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
AjaxMaintenanceModeTest::$modules | property | core/ |
Modules to install. |
AjaxMaintenanceModeTest::setUp | function | core/ |
|
AjaxMaintenanceModeTest::testAjaxCallMaintenanceMode | function | core/ |
Tests maintenance message only appears once on an AJAX call. |
AjaxPageState | class | core/ |
Expands the compressed ajax_page_state query parameter into an array. |
AjaxPageState.php | file | core/ |
|
AjaxPageState::handle | function | core/ |
|
AjaxPageState::parseAjaxPageState | function | core/ |
Parse the ajax_page_state variable in the request. |
AjaxPageState::__construct | function | core/ |
Constructs a new AjaxPageState instance. |
AjaxPageStateTest | class | core/ |
@coversDefaultClass \Drupal\Core\StackMiddleware\AjaxPageState @group StackMiddleware |
AjaxPageStateTest | class | core/ |
Performs tests for the effects of the ajax_page_state query parameter. |
AjaxPageStateTest.php | file | core/ |
|
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::providerHandle | function | core/ |
Provides data for testHandle(). |
AjaxPageStateTest::setUp | function | core/ |
|
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/ |
@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::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::$config | property | core/ |
A config object for the system performance configuration. |
AjaxResponseAttachmentsProcessor::buildAttachmentsCommands | function | core/ |
Prepares the AJAX commands to attach assets. |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.