public function View::id

Overrides Drupal\Core\Entity\EntityInterface::id().

Overrides Entity::id

1 call to View::id()
View::uri in drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php
Overrides Drupal\Core\Entity\EntityInterface::uri().

File

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

Class

View
Defines a View configuration entity class.

Namespace

Drupal\views\Plugin\Core\Entity

Code

public function id() {
  return $this
    ->get('name');
}