You are here

protected property PathPluginBase::$routeProvider in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/display/PathPluginBase.php \Drupal\views\Plugin\views\display\PathPluginBase::routeProvider
  2. 10 core/modules/views/src/Plugin/views/display/PathPluginBase.php \Drupal\views\Plugin\views\display\PathPluginBase::routeProvider

The route provider.

Type: \Drupal\Core\Routing\RouteProviderInterface

File

core/modules/views/src/Plugin/views/display/PathPluginBase.php, line 34

Class

PathPluginBase
The base display plugin for path/callbacks. This is used for pages and feeds.

Namespace

Drupal\views\Plugin\views\display

Code

protected $routeProvider;