Search for all
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
@coversDefaultClass \Drupal\Core\Ajax\AjaxResponse @group Ajax |
AjaxResponseTest.php | file | core/ |
|
AjaxResponseTest::$ajaxResponse | property | core/ |
The tested ajax response object. |
AjaxResponseTest::setUp | function | core/ |
|
AjaxResponseTest::testCommands | function | core/ |
Tests the add and getCommands 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 enable. |
AjaxTest::assertInsert | function | core/ |
Assert insert. |
AjaxTest::assertWaitPageContains | function | core/ |
Asserts that page contains an expected value after waiting. |
AjaxTest::testAjaxWithAdminRoute | function | core/ |
|
AjaxTest::testDrupalSettingsCachingRegression | function | core/ |
Test that AJAX loaded libraries are not retained between requests. |
AjaxTest::testInsertAjaxResponse | function | core/ |
Tests that various AJAX responses with DOM elements are correctly inserted. |
AjaxTestBase | class | core/ |
Provides a base class for Ajax tests. |
AjaxTestBase.php | file | core/ |
|
AjaxTestBase::$modules | property | core/ |
Modules to enable. |
AjaxTestBase::assertCommand | function | core/ |
Asserts the array of Ajax commands contains the searched command. |
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::getRenderTypes | function | core/ |
Render types. |
AjaxTestController::insertLinksBlockWrapper | function | core/ |
Returns a render array of links that directly Drupal.ajax(). |
AjaxTestController::insertLinksInlineWrapper | function | core/ |
Returns a render array of links that directly Drupal.ajax(). |
AjaxTestController::order | function | core/ |
Returns an AjaxResponse; settings command set last. |
AjaxTestController::render | function | core/ |
Returns a render array that will be rendered by AjaxRenderer. |
AjaxTestController::renderError | function | core/ |
Returns an AjaxResponse with alert command. |
AjaxTestController::renderTypes | function | core/ |
Example content for testing the wrapper of the response. |
AjaxTestController::theme | function | core/ |
Returns the used theme. |
AjaxTestDialogForm | class | core/ |
Dummy form for testing DialogRenderer with _form routes. |
AjaxTestDialogForm.php | file | core/ |
|
AjaxTestDialogForm::buildForm | function | core/ |
Form constructor. |
AjaxTestDialogForm::dialog | function | core/ |
Util to render dialog in ajax callback. |
AjaxTestDialogForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
AjaxTestDialogForm::modal | function | core/ |
AJAX callback handler for AjaxTestDialogForm. |
AjaxTestDialogForm::nonModal | function | core/ |
AJAX callback handler for AjaxTestDialogForm. |
AjaxTestDialogForm::submitForm | function | core/ |
Form submission handler. |
AjaxTestDialogForm::validateForm | function | core/ |
Form validation handler. |
AjaxTestForm | class | core/ |
Dummy form for testing DialogRenderer with _form routes. |
AjaxTestForm.php | file | core/ |
|
AjaxTestForm::buildForm | function | core/ |
Form constructor. |
AjaxTestForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
AjaxTestForm::submitForm | function | core/ |
Form submission handler. |
AjaxTestForm::validateForm | function | core/ |
Form validation handler. |
Pagination
- Previous page
- Page 30
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.