Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
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.
AdvisoryFeedTestHooks class core/modules/system/tests/modules/advisory_feed_test/src/Hook/AdvisoryFeedTestHooks.php Hook implementations for advisory_feed_test.
AdvisoryFeedTestHooks.php file core/modules/system/tests/modules/advisory_feed_test/src/Hook/AdvisoryFeedTestHooks.php
AdvisoryFeedTestHooks::systemInfoAlter function core/modules/system/tests/modules/advisory_feed_test/src/Hook/AdvisoryFeedTestHooks.php Implements hook_system_info_alter().
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.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
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().
AggregationTest class core/modules/views/tests/src/Kernel/AggregationTest.php A basic aggregation test for Views.
AggregationTest.php file core/modules/views/tests/src/Kernel/AggregationTest.php
AggregationTest::$modules property core/modules/views/tests/src/Kernel/AggregationTest.php Modules to install.
AggregationTest::$testViews property core/modules/views/tests/src/Kernel/AggregationTest.php Views to be enabled.
AggregationTest::setUp function core/modules/views/tests/src/Kernel/AggregationTest.php
AggregationTest::testSimpleResultSet function core/modules/views/tests/src/Kernel/AggregationTest.php Tests a trivial result set.
AHooks class core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php Provides hook implementations for testing the execution order of hooks.
AHooks.php file core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php
AHooks::testBothParametersHook function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php Implements test_both_parameters_hook().
AHooks::testHook function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php Implements hook_test_hook().
AHooks::testHookAfterB function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php Implements hook_test_hook().
AHooks::testHookFirst function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php Implements hook_test_hook().
AHooks::testHookLast function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php Implements hook_test_hook().
AHooks::testProceduralReorder function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php Implements test_procedural_reorder().
Ajax API group core/core.api.php Overview for Drupal's Ajax API.
ajax-progress.module.css file core/themes/olivero/css/components/ajax-progress.module.css Visual styles for ajax-progress throbber.
ajax-progress.module.css file core/themes/stable9/css/core/components/ajax-progress.module.css Throbber.
ajax-progress.module.css file core/misc/components/ajax-progress.module.css Throbber.
ajax-progress.module.css file core/themes/claro/css/components/ajax-progress.module.css Throbber.
ajax-progress.module.pcss.css file core/themes/claro/css/components/ajax-progress.module.pcss.css Throbber.

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