Search for A

  1. Search 7.x for A
  2. Search 9.5.x for A
  3. Search 8.9.x for A
  4. Search 11.x for A
  5. Other projects
Title Object type File name Summary
AdminUiTest::testSettingsOnlyFireAjaxWithCkeditor5 function core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php Confirm settings only trigger AJAX when select value is CKEditor 5.
AdminUiTest::testUnavailableFiltersHiddenWhenSwitching function core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php CKEditor 5's filter UI modifications should not break it for other editors.
AdvancedSettingsForm class core/modules/views_ui/src/Form/AdvancedSettingsForm.php Form builder for the advanced admin settings page.
AdvancedSettingsForm.php file core/modules/views_ui/src/Form/AdvancedSettingsForm.php
AdvancedSettingsForm::buildForm function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Form constructor.
AdvancedSettingsForm::cacheSubmit function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Submission handler to clear the Views cache.
AdvancedSettingsForm::getEditableConfigNames function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Gets the configuration names that will be editable.
AdvancedSettingsForm::getFormId function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Returns a unique string identifying the form.
AdvancedSettingsForm::submitForm function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Form submission handler.
AdvisoriesConfigSubscriber class core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php Defines a config subscriber for changes to 'system.advisories'.
AdvisoriesConfigSubscriber.php file core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php
AdvisoriesConfigSubscriber::$securityAdvisoriesFetcher property core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php The security advisory fetcher service.
AdvisoriesConfigSubscriber::getSubscribedEvents function core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php
AdvisoriesConfigSubscriber::onConfigSave function core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php Deletes the stored response from the security advisories feed, if needed.
AdvisoriesConfigSubscriber::__construct function core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php Constructs a new ConfigSubscriber object.
AdvisoryTestClientMiddleware class core/modules/system/tests/modules/advisory_feed_test/src/AdvisoryTestClientMiddleware.php Overrides the User-Agent HTTP header for outbound HTTP requests.
AdvisoryTestClientMiddleware.php file core/modules/system/tests/modules/advisory_feed_test/src/AdvisoryTestClientMiddleware.php
AdvisoryTestClientMiddleware::setTestEndpoint function core/modules/system/tests/modules/advisory_feed_test/src/AdvisoryTestClientMiddleware.php Sets the test endpoint for the advisories JSON feed.
AdvisoryTestClientMiddleware::__invoke function core/modules/system/tests/modules/advisory_feed_test/src/AdvisoryTestClientMiddleware.php HTTP middleware that replaces URI for advisory requests.
AdvisoryTestController class core/modules/system/tests/modules/advisory_feed_test/src/Controller/AdvisoryTestController.php Defines a controller to return JSON for security advisory tests.
AdvisoryTestController.php file core/modules/system/tests/modules/advisory_feed_test/src/Controller/AdvisoryTestController.php
AdvisoryTestController::getPsaJson function core/modules/system/tests/modules/advisory_feed_test/src/Controller/AdvisoryTestController.php Reads a JSON file and returns the contents as a Response.
advisory_feed_test.info.yml file core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.info.yml core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.info.yml
advisory_feed_test.module file core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.module Module for testing the display of security advisories.
advisory_feed_test.routing.yml file core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.routing.yml core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.routing.yml
advisory_feed_test.services.yml file core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.services.yml core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.services.yml
advisory_feed_test_system_info_alter function core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.module Implements hook_system_info_alter().
AfterCommand class core/lib/Drupal/Core/Ajax/AfterCommand.php An AJAX command for calling the jQuery after() method.
AfterCommand.php file core/lib/Drupal/Core/Ajax/AfterCommand.php
AfterCommand::render function core/lib/Drupal/Core/Ajax/AfterCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
Ajax class core/lib/Drupal/Core/Render/Element/Ajax.php Provides a render element for adding Ajax to a render element.
Ajax API group core/core.api.php Overview for Drupal's Ajax API.
ajax-progress.module.css file core/misc/components/ajax-progress.module.css Throbber.
ajax-progress.module.css file core/themes/stable9/css/core/components/ajax-progress.module.css Throbber.
ajax-progress.module.css file core/modules/system/css/components/ajax-progress.module.css Throbber.
ajax-progress.module.css file core/themes/stable9/css/system/components/ajax-progress.module.css Throbber.
ajax-progress.module.css file core/themes/claro/css/components/ajax-progress.module.css Throbber.
ajax-progress.module.css file core/themes/olivero/css/components/ajax-progress.module.css Visual styles for ajax-progress throbber.
ajax-progress.module.pcss.css file core/themes/olivero/css/components/ajax-progress.module.pcss.css Visual styles for ajax-progress throbber.
ajax-progress.module.pcss.css file core/themes/claro/css/components/ajax-progress.module.pcss.css Throbber.
Ajax.php file core/lib/Drupal/Core/Render/Element/Ajax.php
Ajax::getInfo function core/lib/Drupal/Core/Render/Element/Ajax.php Returns the element properties for this element.
Ajax::__construct function core/lib/Drupal/Core/Render/Element/Ajax.php Constructs a \Drupal\Component\Plugin\PluginBase object.
AjaxBasePageNegotiator class core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php Defines a theme negotiator that deals with the active theme on ajax requests.
AjaxBasePageNegotiator.php file core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php
AjaxBasePageNegotiator::$configFactory property core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php The config factory.
AjaxBasePageNegotiator::$csrfGenerator property core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php The CSRF token generator.
AjaxBasePageNegotiator::$requestStack property core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php The request stack.
AjaxBasePageNegotiator::applies function core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php Whether this theme negotiator should be used to set the theme.
AjaxBasePageNegotiator::determineActiveTheme function core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php Determine the active theme for the request.

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