You are here

public function AggregatorLocalTasksTest::getAggregatorSourceRoutes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php \Drupal\Tests\aggregator\Unit\Menu\AggregatorLocalTasksTest::getAggregatorSourceRoutes()

Provides a list of source routes to test.

File

core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php, line 63
Contains \Drupal\Tests\aggregator\Unit\Menu\AggregatorLocalTasksTest.

Class

AggregatorLocalTasksTest
Tests existence of aggregator local tasks.

Namespace

Drupal\Tests\aggregator\Unit\Menu

Code

public function getAggregatorSourceRoutes() {
  return array(
    array(
      'entity.aggregator_feed.canonical',
    ),
    array(
      'entity.aggregator_feed.edit_form',
    ),
  );
}