public function ViewUI::getProperties

Implements \Drupal\Core\TypedData\ComplexDataInterface::getProperties().

Overrides ComplexDataInterface::getProperties

File

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

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public function getProperties($include_computed = FALSE) {
  return $this
    ->__call(__FUNCTION__, func_get_args());
}