public function ViewUI::entityType

Implements \Drupal\Core\Entity\EntityInterface::entityType().

Overrides EntityInterface::entityType

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php, line 827
Definition of Drupal\views_ui\ViewUI.

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public function entityType() {
  return $this->storage
    ->entityType();
}