class TestLocalTaskDefault

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php \Drupal\Tests\Core\Menu\TestLocalTaskDefault

Hierarchy

Expanded class hierarchy of TestLocalTaskDefault

File

core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php, line 344

Namespace

Drupal\Tests\Core\Menu
View source
class TestLocalTaskDefault extends LocalTaskDefault {
  public function setRouteProvider(RouteProviderInterface $route_provider) {
    $this->routeProvider = $route_provider;
    return $this;
  }

}

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