Search for on
Title | Object type | File name | Summary |
---|---|---|---|
AjaxResponseSubscriber::AJAX_REQUEST_PARAMETER | constant | core/ |
Request parameter to indicate that a request is a Drupal Ajax request. |
AjaxResponseSubscriber::getSubscribedEvents | function | core/ |
|
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::assertWaitPageContains | function | core/ |
Asserts that page contains an expected value after waiting. |
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. |
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::nonModal | function | core/ |
AJAX callback handler for AjaxTestDialogForm. |
AjaxTestImageEffect::buildConfigurationForm | function | core/ |
|
AjaxTestImageEffect::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
AjaxTestImageEffect::submitConfigurationForm | function | core/ |
|
ajax_forms_test_validation_form_callback | function | core/ |
Ajax form callback: Selects the 'drivertext' element of the validation form. |
ajax_forms_test_validation_number_form_callback | function | core/ |
Ajax form callback: Selects the 'drivernumber' element of the validation form. |
ajax_response.attachments_processor | service | core/ |
Drupal\Core\Ajax\AjaxResponseAttachmentsProcessor |
ajax_response.subscriber | service | core/ |
Drupal\Core\EventSubscriber\AjaxResponseSubscriber |
AlertCommand::__construct | function | core/ |
Constructs an AlertCommand object. |
AliasManager::__construct | function | core/ |
Constructs an AliasManager. |
AliasManagerDecorator::__construct | function | core/ |
AliasManagerDecorator constructor. |
AliasRepository::$connection | property | core/ |
The database connection. |
AliasRepository::__construct | function | core/ |
Constructs an AliasRepository object. |
AliasStorage::$connection | property | core/ |
The database connection. |
AliasStorage::__construct | function | core/ |
Constructs a Path CRUD object. |
AliasTest::testWhitelistCacheDeletionMidRequest | function | core/ |
Tests situation where the whitelist cache is deleted mid-request. |
AliasWhitelist::__construct | function | core/ |
Constructs an AliasWhitelist object. |
AllowedPackages::$manageOptions | property | composer/ |
Manager of the options in the top-level composer.json's 'extra' section. |
AllowedPackages::getOperationType | function | composer/ |
Determine the type of the provided operation. |
AllowedPackages::__construct | function | composer/ |
AllowedPackages constructor. |
AllowedTagsXssTraitDeprecateTest::testDeprecation | function | core/ |
@expectedDeprecation Drupal\Core\Field\AllowedTagsXssTrait::fieldFilterXss is deprecated in drupal:8.0.0 and is removed in drupal:9.0.0. Use \Drupal\Core\Field\FieldFilteredMarkup::create() instead. @expectedDeprecation… |
AllowedValuesConstraint | class | core/ |
Checks for the value being allowed. |
AllowedValuesConstraint.php | file | core/ |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.