You are here

public property ViewStorage::$tag in Views (for Drupal 7) 8.3

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

lib/Drupal/views/ViewStorage.php, line 47
Definition of Drupal\views\ViewStorage.

Class

ViewStorage
Defines a ViewStorage configuration entity class.

Namespace

Drupal\views

Code

public $tag = '';