public function ViewUI::getDefinition

Implements \Drupal\Core\TypedData\TypedDataInterface::getDefinition().

Overrides TypedDataInterface::getDefinition

File

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

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

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