protected property View::$tag

The "tags" of a view.

The tags are stored as a single string, though it is used as multiple tags for example in the views overview.

Type: string

File

drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php, line 73
Definition of Drupal\views\Plugin\Core\Entity\View.

Class

View
Defines a View configuration entity class.

Namespace

Drupal\views\Plugin\Core\Entity

Code

protected $tag = '';