function AggregatorLocalTasksTest::getAggregatorAdminRoutes

Provides a list of routes to test.

File

core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php, line 37

Class

AggregatorLocalTasksTest
Tests existence of aggregator local tasks.

Namespace

Drupal\Tests\aggregator\Unit\Menu

Code

public function getAggregatorAdminRoutes() {
  return [
    [
      'aggregator.admin_overview',
    ],
    [
      'aggregator.admin_settings',
    ],
  ];
}

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