Search for d
Title | Object type | File name | Summary |
---|---|---|---|
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::$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::buildAttachmentsCommands | function | core/ |
Prepares the AJAX commands to attach assets. |
AjaxResponseSubscriber::getSubscribedEvents | function | core/ |
|
AjaxResponseTest::createCommandMock | function | core/ |
Creates a mock of the Drupal\Core\Ajax\CommandInterface. |
AjaxResponseTest::createCommandMockWithSettingsAndLibrariesAttachments | function | core/ |
Creates a mock of a provided subclass of CommandInterface. |
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::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
AjaxTest::$modules | property | core/ |
Modules to install. |
AjaxTest::testAjaxWithAdminRoute | function | core/ |
|
AjaxTest::testDrupalSettingsCachingRegression | function | core/ |
Tests that AJAX loaded libraries are not retained between requests. |
AjaxTestCommandReturnPromise | class | core/ |
Test Ajax command. |
AjaxTestCommandReturnPromise.php | file | core/ |
|
AjaxTestCommandReturnPromise::render | function | core/ |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
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::httpMethods | function | core/ |
Provides an Ajax link used with different HTTP methods. |
AjaxTestController::httpMethodsDialog | function | core/ |
Provides a modal dialog to test links with different HTTP methods. |
AjaxTestController::linkPageDialog | function | core/ |
Provides an Ajax link that open in dialog. |
AjaxTestController::linkPageDialogTitle | function | core/ |
Provides a title to the page. |
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. |
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::modalFromUrl | function | core/ |
AJAX callback handler for Url modal, AjaxTestDialogForm. |
AjaxTestDialogForm::nonModal | function | core/ |
AJAX callback handler for AjaxTestDialogForm. |
AjaxTestDialogForm::submitForm | function | core/ |
Form submission handler. |
AjaxTestDialogForm::validateForm | function | core/ |
Form validation handler. |
AjaxTestFocusFirstForm::buildForm | function | core/ |
Form constructor. |
AjaxTestFocusFirstForm::focusableContainerNotTabbableChildren | function | core/ |
Callback for testing FocusFirstCommand on a container. |
AjaxTestFocusFirstForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
AjaxTestFocusFirstForm::selectorDoesNotExist | function | core/ |
Callback for testing FocusFirstCommand on a container. |
AjaxTestFocusFirstForm::validateForm | function | core/ |
Form validation handler. |
AjaxTestForm::buildForm | function | core/ |
Form constructor. |
AjaxTestForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
AjaxTestForm::helloWorld | function | core/ |
An AJAX callback that prints "Hello World!" as a message. |
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.