Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 10.3.x for on
  4. Search 11.x for on
  5. Other projects
Title Object type File name Summary
AjaxResponseSubscriber::AJAX_REQUEST_PARAMETER constant core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php Request parameter to indicate that a request is a Drupal Ajax request.
AjaxResponseSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php
AjaxResponseSubscriber::onRequest function core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php Sets the AJAX parameter from the current request.
AjaxResponseSubscriber::onResponse function core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php Renders the ajax commands right before preparing the result.
AjaxResponseSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php Constructs an AjaxResponseSubscriber object.
AjaxResponseTest class core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php @coversDefaultClass \Drupal\Core\Ajax\AjaxResponse
@group Ajax
AjaxResponseTest.php file core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php
AjaxResponseTest::$ajaxResponse property core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php The tested ajax response object.
AjaxResponseTest::setUp function core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php
AjaxResponseTest::testCommands function core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php Tests the add and getCommands method.
AjaxResponseTest::testPrepareResponseForIeFormRequestsWithFileUpload function core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php Tests the support for IE specific headers in file uploads.
AjaxTest::assertWaitPageContains function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php Asserts that page contains an expected value after waiting.
AjaxTest::testDrupalSettingsCachingRegression function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php Test that AJAX loaded libraries are not retained between requests.
AjaxTest::testInsertAjaxResponse function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php Tests that various AJAX responses with DOM elements are correctly inserted.
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::getRenderTypes function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Render types.
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::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.
AjaxTestDialogForm::nonModal function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php AJAX callback handler for AjaxTestDialogForm.
AjaxTestImageEffect::buildConfigurationForm function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php
AjaxTestImageEffect::defaultConfiguration function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php Gets default configuration for this plugin.
AjaxTestImageEffect::submitConfigurationForm function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php
ajax_forms_test_validation_form_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects the 'drivertext' element of the validation form.
ajax_forms_test_validation_number_form_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects the 'drivernumber' element of the validation form.
ajax_response.attachments_processor service core/core.services.yml Drupal\Core\Ajax\AjaxResponseAttachmentsProcessor
ajax_response.subscriber service core/core.services.yml Drupal\Core\EventSubscriber\AjaxResponseSubscriber
AlertCommand::__construct function core/lib/Drupal/Core/Ajax/AlertCommand.php Constructs an AlertCommand object.
AliasManager::__construct function core/lib/Drupal/Core/Path/AliasManager.php Constructs an AliasManager.
AliasManagerDecorator::__construct function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php AliasManagerDecorator constructor.
AliasRepository::$connection property core/lib/Drupal/Core/Path/AliasRepository.php The database connection.
AliasRepository::__construct function core/lib/Drupal/Core/Path/AliasRepository.php Constructs an AliasRepository object.
AliasStorage::$connection property core/lib/Drupal/Core/Path/AliasStorage.php The database connection.
AliasStorage::__construct function core/lib/Drupal/Core/Path/AliasStorage.php Constructs a Path CRUD object.
AliasTest::testWhitelistCacheDeletionMidRequest function core/modules/path_alias/tests/src/Kernel/AliasTest.php Tests situation where the whitelist cache is deleted mid-request.
AliasWhitelist::__construct function core/lib/Drupal/Core/Path/AliasWhitelist.php Constructs an AliasWhitelist object.
AllowedPackages::$manageOptions property composer/Plugin/Scaffold/AllowedPackages.php Manager of the options in the top-level composer.json's 'extra' section.
AllowedPackages::getOperationType function composer/Plugin/Scaffold/AllowedPackages.php Determine the type of the provided operation.
AllowedPackages::__construct function composer/Plugin/Scaffold/AllowedPackages.php AllowedPackages constructor.
AllowedTagsXssTraitDeprecateTest::testDeprecation function core/tests/Drupal/Tests/Core/Field/AllowedTagsXssTraitDeprecateTest.php @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/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraint.php Checks for the value being allowed.
AllowedValuesConstraint.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraint.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.