Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| AjaxFormsTestSimpleForm | class | core/ |
Form builder: Builds a form that triggers a simple AJAX callback. |
| AjaxFormsTestSimpleForm.php | file | core/ |
|
| AjaxFormsTestSimpleForm::buildForm | function | core/ |
Form constructor. |
| AjaxFormsTestSimpleForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| AjaxFormsTestSimpleForm::submitForm | function | core/ |
Form submission handler. |
| AjaxFormsTestValidationForm | class | core/ |
Form builder: Builds a form that triggers a simple AJAX callback. |
| AjaxFormsTestValidationForm.php | file | core/ |
|
| AjaxFormsTestValidationForm::buildForm | function | core/ |
Form constructor. |
| AjaxFormsTestValidationForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| AjaxFormsTestValidationForm::submitForm | function | core/ |
Form submission handler. |
| AjaxHelperTrait | trait | core/ |
Provides a helper to determine if the current request is via AJAX. |
| AjaxHelperTrait.php | file | core/ |
|
| AjaxHelperTrait::getRequestWrapperFormat | function | core/ |
Gets the wrapper format of the current request. |
| AjaxHelperTrait::isAjax | function | core/ |
Determines if the current request is via AJAX. |
| AjaxInGroupTest | class | core/ |
Tests that form elements in groups work correctly with AJAX. |
| AjaxInGroupTest.php | file | core/ |
|
| AjaxInGroupTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| AjaxInGroupTest::$modules | property | core/ |
Modules to enable. |
| AjaxInGroupTest::setUp | function | core/ |
|
| AjaxInGroupTest::testSimpleAjaxFormValue | function | core/ |
Submits forms with select and checkbox elements via Ajax. |
| AjaxPageStateTest | class | core/ |
Performs tests for the effects of the ajax_page_state query parameter. |
| 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::setUp | function | core/ |
|
| AjaxPageStateTest::testDrupalSettingsIsNotLoaded | function | core/ |
Give ajax_page_state[libraries]=core/drupalSettings to exclude the library. |
| 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[[api-linebreak]] @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::$assetResolver | property | core/ |
The asset resolver service. |
| AjaxResponseAttachmentsProcessor::$config | property | core/ |
A config object for the system performance configuration. |
Pagination
- Previous page
- Page 29
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.