function TaxonomyLocalTasksTest::getTaxonomyPageRoutes
Provides a list of routes to test.
File
- 
              core/
modules/ taxonomy/ tests/ src/ Unit/ Menu/ TaxonomyLocalTasksTest.php, line 40  
Class
- TaxonomyLocalTasksTest
 - Tests existence of taxonomy local tasks.
 
Namespace
Drupal\Tests\taxonomy\Unit\MenuCode
public function getTaxonomyPageRoutes() {
  return [
    [
      'entity.taxonomy_term.canonical',
    ],
    [
      'entity.taxonomy_term.edit_form',
    ],
  ];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.