Search for A

  1. Search 7.x for A
  2. Search 9.5.x for A
  3. Search 10.3.x for A
  4. Search 11.x for A
  5. Other projects
Title Object type File name Summary
AggregatorTitleTest.php file core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php
AggregatorTitleTest::$fieldName property core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php The field name that is tested.
AggregatorTitleTest::$modules property core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php Modules to enable.
AggregatorTitleTest::setUp function core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php
AggregatorTitleTest::testStringFormatter function core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php Tests the formatter output.
AggregatorUpdateTest class core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Tests that node settings are properly updated during database updates.
AggregatorUpdateTest.php file core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php
AggregatorUpdateTest::setDatabaseDumpFiles function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Set database dump files to be used.
AggregatorUpdateTest::testSourceFeedRequired function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Tests that the 'Source feed' field is required.
AggregatorUpdateTest::testUpdateIntervalDefaultValue function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Tests that the 'Update interval' field has a default value.
AggregatorXSSFormatter class core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorXSSFormatter.php Plugin implementation of the 'aggregator_xss' formatter.
AggregatorXSSFormatter.php file core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorXSSFormatter.php
AggregatorXSSFormatter::viewElements function core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorXSSFormatter.php Builds a renderable array for a field value.
AGGREGATOR_CLEAR_NEVER constant core/modules/aggregator/aggregator.module Denotes that a feed's items should never expire.
aggregator_cron function core/modules/aggregator/aggregator.module Implements hook_cron().
aggregator_display_configurable_test.info.yml file core/modules/aggregator/tests/modules/aggregator_display_configurable_test/aggregator_display_configurable_test.info.yml core/modules/aggregator/tests/modules/aggregator_display_configurable_test/aggregator_display_configurable_test.info.yml
aggregator_display_configurable_test.module file core/modules/aggregator/tests/modules/aggregator_display_configurable_test/aggregator_display_configurable_test.module A module for testing making aggregator_feed base fields' displays
configurable.
aggregator_display_configurable_test_entity_base_field_info_alter function core/modules/aggregator/tests/modules/aggregator_display_configurable_test/aggregator_display_configurable_test.module Implements hook_entity_base_field_info_alter().
aggregator_display_configurable_test_entity_type_build function core/modules/aggregator/tests/modules/aggregator_display_configurable_test/aggregator_display_configurable_test.module Implements hook_entity_type_build().
aggregator_entity_extra_field_info function core/modules/aggregator/aggregator.module Implements hook_entity_extra_field_info().
aggregator_help function core/modules/aggregator/aggregator.module Implements hook_help().
aggregator_preprocess_block function core/modules/aggregator/aggregator.module Implements hook_preprocess_HOOK() for block templates.
aggregator_requirements function core/modules/aggregator/aggregator.install Implements hook_requirements().
aggregator_test.info.yml file core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.info.yml core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.info.yml
aggregator_test.module file core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.module Helper module for the Aggregator tests.
aggregator_test.routing.yml file core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.routing.yml core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.routing.yml
aggregator_test.schema.yml file core/modules/aggregator/tests/modules/aggregator_test/config/schema/aggregator_test.schema.yml core/modules/aggregator/tests/modules/aggregator_test/config/schema/aggregator_test.schema.yml
aggregator_test.settings.yml file core/modules/aggregator/tests/modules/aggregator_test/config/install/aggregator_test.settings.yml core/modules/aggregator/tests/modules/aggregator_test/config/install/aggregator_test.settings.yml
aggregator_test_aggregator_fetcher_info_alter function core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.module Implements hook_aggregator_fetcher_info_alter().
aggregator_test_aggregator_parser_info_alter function core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.module Implements hook_aggregator_parser_info_alter().
aggregator_test_aggregator_processor_info_alter function core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.module Implements hook_aggregator_processor_info_alter().
aggregator_test_views.info.yml file core/modules/aggregator/tests/modules/aggregator_test_views/aggregator_test_views.info.yml core/modules/aggregator/tests/modules/aggregator_test_views/aggregator_test_views.info.yml
aggregator_theme function core/modules/aggregator/aggregator.module Implements hook_theme().
aggregator_update_8001 function core/modules/aggregator/aggregator.install The simple presence of this update function clears cached field definitions.
aggregator_update_8200 function core/modules/aggregator/aggregator.install Make the 'Source feed' field for aggregator items required.
aggregator_update_8501 function core/modules/aggregator/aggregator.install Add a default value for the 'Refresh' field for aggregator feed entities.
Ajax API group core/core.api.php Overview for Drupal's Ajax API.
ajax-progress.module.css file core/themes/claro/css/components/ajax-progress.module.css Throbber.
ajax-progress.module.css file core/themes/stable/css/system/components/ajax-progress.module.css Throbber.
ajax-progress.module.pcss.css file core/themes/claro/css/components/ajax-progress.module.pcss.css Throbber.
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.
AjaxBasePageNegotiator::__construct function core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php Constructs a new AjaxBasePageNegotiator.
AjaxBasePageNegotiatorTest class core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @coversDefaultClass \Drupal\Core\Theme\AjaxBasePageNegotiator[[api-linebreak]]
@group Theme
AjaxBasePageNegotiatorTest.php file core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php

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