public function ViewUI::getConstraints

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

Overrides TypedDataInterface::getConstraints

File

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

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

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