Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
aggregator-feed.html.twig file core/modules/aggregator/templates/aggregator-feed.html.twig Default theme implementation to present an aggregator feed.
aggregator-item.html.twig file core/modules/aggregator/templates/aggregator-item.html.twig Default theme implementation to present a feed item in an aggregator page.
aggregator-item.html.twig file core/themes/claro/templates/classy/content/aggregator-item.html.twig Theme override to present a feed item in an aggregator page.
aggregator-item.html.twig file core/themes/bartik/templates/classy/content/aggregator-item.html.twig Theme override to present a feed item in an aggregator page.
aggregator-item.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/content/aggregator-item.html.twig Theme override to present a feed item in an aggregator page.
aggregator-item.html.twig file core/themes/stable/templates/content/aggregator-item.html.twig Theme override to present a feed item in an aggregator page.
aggregator-item.html.twig file core/themes/classy/templates/content/aggregator-item.html.twig Theme override to present a feed item in an aggregator page.
aggregator-item.html.twig file core/themes/seven/templates/classy/content/aggregator-item.html.twig Theme override to present a feed item in an aggregator page.
aggregator.api.php file core/modules/aggregator/aggregator.api.php Aggregator API documentation.
aggregator.info.yml file core/modules/aggregator/aggregator.info.yml core/modules/aggregator/aggregator.info.yml
aggregator.install file core/modules/aggregator/aggregator.install Install, update and uninstall functions for the aggregator module.
aggregator.items.importer service core/modules/aggregator/aggregator.services.yml Drupal\aggregator\ItemsImporter
aggregator.links.action.yml file core/modules/aggregator/aggregator.links.action.yml core/modules/aggregator/aggregator.links.action.yml
aggregator.links.menu.yml file core/modules/aggregator/aggregator.links.menu.yml core/modules/aggregator/aggregator.links.menu.yml
aggregator.links.task.yml file core/modules/aggregator/aggregator.links.task.yml core/modules/aggregator/aggregator.links.task.yml
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).
aggregator.permissions.yml file core/modules/aggregator/aggregator.permissions.yml core/modules/aggregator/aggregator.permissions.yml
aggregator.routing.yml file core/modules/aggregator/aggregator.routing.yml core/modules/aggregator/aggregator.routing.yml
aggregator.schema.yml file core/modules/aggregator/config/schema/aggregator.schema.yml core/modules/aggregator/config/schema/aggregator.schema.yml
aggregator.services.yml file core/modules/aggregator/aggregator.services.yml core/modules/aggregator/aggregator.services.yml
aggregator.settings.yml file core/modules/aggregator/config/install/aggregator.settings.yml core/modules/aggregator/config/install/aggregator.settings.yml
aggregator.theme.inc file core/modules/aggregator/aggregator.theme.inc Preprocessors and theme functions of Aggregator module.
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 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 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 Instantiates a new instance of this class.
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 The theme to install as the default for testing.
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 making aggregator_feed and aggregator_item base fields' displays
configurable.
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 Sets feed base fields to configurable display and checks settings are
respected.
AggregatorDisplayConfigurableTest::testItemDisplayConfigurable function core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php Sets item base fields to configurable display and checks settings are
respected.

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