| AjaxTest::testUiAjaxException |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php |
Tests that Ajax errors are visible in the UI. |
| AjaxTestCommandReturnPromise |
class |
core/modules/system/tests/modules/ajax_test/src/Ajax/AjaxTestCommandReturnPromise.php |
Test Ajax command. |
| AjaxTestCommandReturnPromise.php |
file |
core/modules/system/tests/modules/ajax_test/src/Ajax/AjaxTestCommandReturnPromise.php |
|
| AjaxTestCommandReturnPromise::render |
function |
core/modules/system/tests/modules/ajax_test/src/Ajax/AjaxTestCommandReturnPromise.php |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
| AjaxTestController |
class |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Provides content for dialog tests. |
| AjaxTestController.php |
file |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
|
| AjaxTestController::dialog |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Returns a render array of form elements and links for dialog. |
| AjaxTestController::dialogClose |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Returns an AjaxResponse with command to close dialog. |
| AjaxTestController::dialogContents |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Example content for dialog testing. |
| AjaxTestController::exceptionLink |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Provides an Ajax link for the exception. |
| AjaxTestController::getRenderTypes |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Render types. |
| AjaxTestController::globalEvents |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Returns a page from which to test Ajax global events. |
| AjaxTestController::globalEventsClearLog |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Returns an AjaxResponse with command to clear the 'test_global_events_log'. |
| AjaxTestController::httpMethods |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Provides an Ajax link used with different HTTP methods. |
| AjaxTestController::httpMethodsDialog |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Provides a modal dialog to test links with different HTTP methods. |
| AjaxTestController::insertLinksBlockWrapper |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Returns a render array of links that directly Drupal.ajax(). |
| AjaxTestController::insertLinksInlineWrapper |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Returns a render array of links that directly Drupal.ajax(). |
| AjaxTestController::linkPageDialog |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Provides an Ajax link that open in dialog. |
| AjaxTestController::linkPageDialogTitle |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Provides a title to the page. |
| AjaxTestController::order |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Returns an AjaxResponse; settings command set last. |
| AjaxTestController::render |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Returns a render array that will be rendered by AjaxRenderer. |
| AjaxTestController::renderError |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Returns an AjaxResponse with alert command. |
| AjaxTestController::renderTypes |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Example content for testing the wrapper of the response. |
| AjaxTestController::theme |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Returns the used theme. |
| AjaxTestController::throwException |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Callback to provide an exception via Ajax. |
| AjaxTestDialogForm |
class |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
Dummy form for testing DialogRenderer with _form routes. |
| AjaxTestDialogForm.php |
file |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
|
| AjaxTestDialogForm::buildForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
Form constructor. |
| AjaxTestDialogForm::dialog |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
Util to render dialog in ajax callback. |
| AjaxTestDialogForm::getFormId |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
Returns a unique string identifying the form. |
| AjaxTestDialogForm::modal |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
AJAX callback handler for AjaxTestDialogForm. |
| AjaxTestDialogForm::modalFromUrl |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
AJAX callback handler for Url modal, AjaxTestDialogForm. |
| AjaxTestDialogForm::nonModal |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
AJAX callback handler for AjaxTestDialogForm. |
| AjaxTestDialogForm::submitForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
Form submission handler. |
| AjaxTestDialogForm::validateForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
Form validation handler. |
| AjaxTestFocusFirstForm |
class |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Form for testing AJAX FocusFirstCommand. |
| AjaxTestFocusFirstForm.php |
file |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
|
| AjaxTestFocusFirstForm::buildForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Form constructor. |
| AjaxTestFocusFirstForm::focusableContainerNotTabbableChildren |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Callback for testing FocusFirstCommand on a container. |
| AjaxTestFocusFirstForm::focusFirstInContainer |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Callback for testing FocusFirstCommand on a container. |
| AjaxTestFocusFirstForm::focusFirstInForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Callback for testing FocusFirstCommand on a form. |
| AjaxTestFocusFirstForm::focusFirstSelectorMultipleMatch |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Callback for testing FocusFirstCommand on a container. |
| AjaxTestFocusFirstForm::getFormId |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Returns a unique string identifying the form. |
| AjaxTestFocusFirstForm::selectorDoesNotExist |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Callback for testing FocusFirstCommand on a container. |
| AjaxTestFocusFirstForm::selectorHasNothingTabbable |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Callback for testing FocusFirstCommand on a container. |
| AjaxTestFocusFirstForm::submitForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Form submission handler. |
| AjaxTestFocusFirstForm::validateForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Form validation handler. |
| AjaxTestForm |
class |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php |
Dummy form for testing DialogRenderer with _form routes. |
| AjaxTestForm.php |
file |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php |
|
| AjaxTestForm::buildForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php |
Form constructor. |