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
- core/modules/views/src/Entity/View.php, line 77
Class
- View
- Defines a View configuration entity class.
Namespace
Drupal\views\Entity
Code
1 | protected $tag = '' ; |
Please login to continue.