Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 8.9.x for on
  4. Search 10.3.x for on
  5. Other projects
Title Object type File name Summary
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::testMergeWithOtherAjaxResponse function core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php Tests the mergeWith() 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 Tests 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.
AjaxTest::testUiAjaxException function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php Tests that Ajax errors are visible in the UI.
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::insertLinksTableWrapper 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::nonModal function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php AJAX callback handler for AjaxTestDialogForm.
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.
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
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 'driver_text' 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 'driver_number' 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.
AlertsJsonFeedTest class core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php Test the access announcement according to json feed changes.
AlertsJsonFeedTest.php file core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php
AlertsJsonFeedTest::$defaultTheme property core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php
AlertsJsonFeedTest::$modules property core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php
AlertsJsonFeedTest::$user property core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php A user with permission to access toolbar and access announcements.
AlertsJsonFeedTest::setUp function core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php
AlertsJsonFeedTest::testAnnounceFeedEmpty function core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php Check with an empty JSON feed.
AlertsJsonFeedTest::testAnnounceFeedUpdatedAndRemoved function core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php Check the status of the announcements when the feed is updated and removed.
AliasManager::__construct function core/modules/path_alias/src/AliasManager.php

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