You are here

protected property View::$id in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Entity/View.php \Drupal\views\Entity\View::id
  2. 10 core/modules/views/src/Entity/View.php \Drupal\views\Entity\View::id

The unique ID of the view.

Type: string

File

core/modules/views/src/Entity/View.php, line 62

Class

View
Defines a View configuration entity class.

Namespace

Drupal\views\Entity

Code

protected $id = NULL;