Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
AjaxInGroupTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php The theme to install as the default for testing.
AjaxInGroupTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php Modules to install.
AjaxInGroupTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php
AjaxInGroupTest::testSimpleAjaxFormValue function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php Submits forms with select and checkbox elements via Ajax.
AjaxMaintenanceModeTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxMaintenanceModeTest.php Tests maintenance message during an AJAX call.
AjaxMaintenanceModeTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxMaintenanceModeTest.php
AjaxMaintenanceModeTest::$adminUser property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxMaintenanceModeTest.php An user with administration permissions.
AjaxMaintenanceModeTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxMaintenanceModeTest.php The theme to install as the default for testing.
AjaxMaintenanceModeTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxMaintenanceModeTest.php Modules to install.
AjaxMaintenanceModeTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxMaintenanceModeTest.php
AjaxMaintenanceModeTest::testAjaxCallMaintenanceMode function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxMaintenanceModeTest.php Tests maintenance message only appears once on an AJAX call.
AjaxPageState class core/lib/Drupal/Core/StackMiddleware/AjaxPageState.php Expands the compressed ajax_page_state query parameter into an array.
AjaxPageState.php file core/lib/Drupal/Core/StackMiddleware/AjaxPageState.php
AjaxPageState::handle function core/lib/Drupal/Core/StackMiddleware/AjaxPageState.php
AjaxPageState::parseAjaxPageState function core/lib/Drupal/Core/StackMiddleware/AjaxPageState.php Parse the ajax_page_state variable in the request.
AjaxPageState::__construct function core/lib/Drupal/Core/StackMiddleware/AjaxPageState.php Constructs a new AjaxPageState instance.
AjaxPageStateTest class core/tests/Drupal/Tests/Core/StackMiddleware/AjaxPageStateTest.php @coversDefaultClass \Drupal\Core\StackMiddleware\AjaxPageState
@group StackMiddleware
AjaxPageStateTest class core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php Performs tests for the effects of the ajax_page_state query parameter.
AjaxPageStateTest.php file core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php
AjaxPageStateTest.php file core/tests/Drupal/Tests/Core/StackMiddleware/AjaxPageStateTest.php
AjaxPageStateTest::$adminUser property core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php User account with all available permissions.
AjaxPageStateTest::$defaultTheme property core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php The theme to install as the default for testing.
AjaxPageStateTest::$modules property core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php Modules to install.
AjaxPageStateTest::providerHandle function core/tests/Drupal/Tests/Core/StackMiddleware/AjaxPageStateTest.php Provides data for testHandle().
AjaxPageStateTest::setUp function core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php
AjaxPageStateTest::testDrupalSettingsIsNotLoaded function core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php Give ajax_page_state[libraries]=core/drupalSettings to exclude the library.
AjaxPageStateTest::testHandle function core/tests/Drupal/Tests/Core/StackMiddleware/AjaxPageStateTest.php Tests that the query and request libraries are merged.
AjaxPageStateTest::testLibrariesAvailable function core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php Default functionality without the param ajax_page_state[libraries].
AjaxPageStateTest::testMultipleLibrariesAreNotLoaded function core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php Tests if multiple libraries can be excluded.
AjaxRenderer class core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php Default main content renderer for Ajax requests.
AjaxRenderer.php file core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php
AjaxRenderer::$elementInfoManager property core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php The element info manager.
AjaxRenderer::$renderer property core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php The renderer.
AjaxRenderer::renderResponse function core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php Renders the main content render array into a response.
AjaxRenderer::__construct function core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php Constructs a new AjaxRenderer instance.
AjaxRendererTest class core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php @coversDefaultClass \Drupal\Core\Render\MainContent\AjaxRenderer
@group Ajax
AjaxRendererTest.php file core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php
AjaxRendererTest::$ajaxRenderer property core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php The tested ajax controller.
AjaxRendererTest::$renderer property core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php The renderer.
AjaxRendererTest::setUp function core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php
AjaxRendererTest::testRenderWithFragmentObject function core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php Tests the content method.
AjaxResponse class core/lib/Drupal/Core/Ajax/AjaxResponse.php JSON response object for AJAX requests.
AjaxResponse.php file core/lib/Drupal/Core/Ajax/AjaxResponse.php
AjaxResponse::$commands property core/lib/Drupal/Core/Ajax/AjaxResponse.php The array of ajax commands.
AjaxResponse::addCommand function core/lib/Drupal/Core/Ajax/AjaxResponse.php Add an AJAX command to the response.
AjaxResponse::getCommands function core/lib/Drupal/Core/Ajax/AjaxResponse.php Gets all AJAX commands.
AjaxResponseAttachmentsProcessor class core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php Processes attachments of AJAX responses.
AjaxResponseAttachmentsProcessor.php file core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php
AjaxResponseAttachmentsProcessor::$config property core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php A config object for the system performance configuration.
AjaxResponseAttachmentsProcessor::buildAttachmentsCommands function core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php Prepares the AJAX commands to attach assets.

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