You are here

8 string references to YAML keys in aggregator.routing.yml in Drupal 8

AggregatorController::adminOverview in core/modules/aggregator/src/Controller/AggregatorController.php
Displays the aggregator administration page.
AggregatorController::feedRefresh in core/modules/aggregator/src/Controller/AggregatorController.php
Refreshes a feed, then redirects to the overview page.
AggregatorLocalTasksTest::getAggregatorAdminRoutes in core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php
Provides a list of routes to test.
AggregatorLocalTasksTest::testAggregatorAdminLocalTasks in core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php
Tests local task existence.
aggregator_help in core/modules/aggregator/aggregator.module
Implements hook_help().
FeedDeleteForm::getCancelUrl in core/modules/aggregator/src/Form/FeedDeleteForm.php
Returns the route to go to if the user cancels the action.
FeedItemsDeleteForm::getCancelUrl in core/modules/aggregator/src/Form/FeedItemsDeleteForm.php
Returns the route to go to if the user cancels the action.
OpmlFeedAdd::submitForm in core/modules/aggregator/src/Form/OpmlFeedAdd.php
Form submission handler.