public function ViewUI::getString

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

Overrides TypedDataInterface::getString

File

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

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

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