Search for d

  1. Search 7.x for d
  2. Search 8.9.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
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().
aggregator-feed.html.twig file core/themes/claro/templates/classy/dataset/aggregator-feed.html.twig Theme override to present an aggregator feed.
aggregator-feed.html.twig file core/themes/bartik/templates/classy/dataset/aggregator-feed.html.twig Theme override to present an aggregator feed.
aggregator-feed.html.twig file core/themes/stable/templates/dataset/aggregator-feed.html.twig Theme override to present an aggregator feed.
aggregator-feed.html.twig file core/themes/classy/templates/dataset/aggregator-feed.html.twig Theme override to present an aggregator feed.
aggregator-feed.html.twig file core/themes/stable9/templates/dataset/aggregator-feed.html.twig Theme override to present an aggregator feed.
aggregator-feed.html.twig file core/themes/seven/templates/classy/dataset/aggregator-feed.html.twig Theme override to present an aggregator feed.
aggregator-feed.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/dataset/aggregator-feed.html.twig Theme override to present an aggregator feed.
aggregator-feed.html.twig file core/modules/aggregator/templates/aggregator-feed.html.twig Default theme implementation to present an aggregator feed.
aggregator.migrate_drupal.yml file core/modules/aggregator/migrations/state/aggregator.migrate_drupal.yml core/modules/aggregator/migrations/state/aggregator.migrate_drupal.yml
aggregator.module file core/modules/aggregator/aggregator.module Used to aggregate syndicated content (RSS, RDF, and Atom).
AggregatorAdminTest class core/modules/aggregator/tests/src/Functional/AggregatorAdminTest.php Tests aggregator admin pages.
AggregatorAdminTest.php file core/modules/aggregator/tests/src/Functional/AggregatorAdminTest.php
AggregatorAdminTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/AggregatorAdminTest.php The theme to install as the default for testing.
AggregatorAdminTest::testOverviewPage function core/modules/aggregator/tests/src/Functional/AggregatorAdminTest.php Tests the overview page.
AggregatorAdminTest::testSettingsPage function core/modules/aggregator/tests/src/Functional/AggregatorAdminTest.php Tests the settings form to ensure the correct default values are used.
AggregatorController::$dateFormatter property core/modules/aggregator/src/Controller/AggregatorController.php The date formatter service.
AggregatorController::adminOverview function core/modules/aggregator/src/Controller/AggregatorController.php Displays the aggregator administration page.
AggregatorController::buildPageList function core/modules/aggregator/src/Controller/AggregatorController.php Builds a listing of aggregator feed items.
AggregatorController::feedAdd function core/modules/aggregator/src/Controller/AggregatorController.php Presents the aggregator feed creation form.
AggregatorController::feedRefresh function core/modules/aggregator/src/Controller/AggregatorController.php Refreshes a feed, then redirects to the overview page.
AggregatorController::feedTitle function core/modules/aggregator/src/Controller/AggregatorController.php Route title callback.
AggregatorCronTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php The theme to install as the default for testing.
AggregatorDisplayConfigurableTest class core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php Tests aggregator_feed and aggregator_item base fields' displays.
AggregatorDisplayConfigurableTest.php file core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php
AggregatorDisplayConfigurableTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php The theme to install as the default for testing.
AggregatorDisplayConfigurableTest::setUp function core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php
AggregatorDisplayConfigurableTest::testFeedDisplayConfigurable function core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php Tests base fields to configurable display settings.
AggregatorDisplayConfigurableTest::testItemDisplayConfigurable function core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php Tests item base fields settings.
AggregatorFeed class core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php Drupal 6/7 feed source from database.
AggregatorFeed.php file core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php
AggregatorFeed::fields function core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php Returns available fields on the source.
AggregatorFeed::getIds function core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php Defines the source fields uniquely identifying a source row.
AggregatorFeed::query function core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php
AggregatorFeedBlock class core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php Provides an 'Aggregator feed' block with the latest items from the feed.
AggregatorFeedBlock.php file core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::$feedStorage property core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php The entity storage for feeds.
AggregatorFeedBlock::$itemStorage property core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php The entity storage for items.
AggregatorFeedBlock::blockAccess function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php Indicates whether the block should be shown.
AggregatorFeedBlock::blockForm function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::blockSubmit function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php

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