You are here

public property ViewsDisplay::$uses_route in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Annotation/ViewsDisplay.php \Drupal\views\Annotation\ViewsDisplay::uses_route

Does the display plugin registers routes to the route.

Type: bool

File

core/modules/views/src/Annotation/ViewsDisplay.php, line 74

Class

ViewsDisplay
Defines a Plugin annotation object for views display plugins.

Namespace

Drupal\views\Annotation

Code

public $uses_route;