Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
aggregator.views.schema.yml file core/modules/aggregator/config/schema/aggregator.views.schema.yml core/modules/aggregator/config/schema/aggregator.views.schema.yml
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
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 class core/modules/aggregator/src/Controller/AggregatorController.php Returns responses for aggregator module routes.
AggregatorController.php file core/modules/aggregator/src/Controller/AggregatorController.php
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::create function core/modules/aggregator/src/Controller/AggregatorController.php
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.
AggregatorController::pageLast function core/modules/aggregator/src/Controller/AggregatorController.php Displays the most recent items gathered from any feed.
AggregatorController::__construct function core/modules/aggregator/src/Controller/AggregatorController.php Constructs a \Drupal\aggregator\Controller\AggregatorController object.
AggregatorCronTest class core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php Update feeds on cron.
AggregatorCronTest.php file core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php
AggregatorCronTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php
AggregatorCronTest::testCron function core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php Adds feeds and updates them via cron process.
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
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
AggregatorFeed::getIds function core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php
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
AggregatorFeedBlock::blockForm function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::blockSubmit function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::build function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::create function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::defaultConfiguration function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::getCacheTags function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::__construct function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php Constructs an AggregatorFeedBlock object.
AggregatorFeedTest class core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorFeedTest.php Tests D6 aggregator feed source plugin.
AggregatorFeedTest.php file core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorFeedTest.php
AggregatorFeedTest::$modules property core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorFeedTest.php
AggregatorFeedTest::providerSource function core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorFeedTest.php
AggregatorFeedViewsData class core/modules/aggregator/src/AggregatorFeedViewsData.php Provides the views data for the aggregator feed entity type.
AggregatorFeedViewsData.php file core/modules/aggregator/src/AggregatorFeedViewsData.php

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