public function ViewUI::enforceIsNew

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

Overrides EntityInterface::enforceIsNew

File

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

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public function enforceIsNew($value = TRUE) {
  return $this
    ->__call(__FUNCTION__, func_get_args());
}