ViewUI::create

public static ViewUI::create(array $values = array())

Constructs a new entity object, without permanently saving it.

Parameters

array $values: (optional) An array of values to set, keyed by property name. If the entity type has bundles, the bundle key has to be specified.

Return value

static The entity object.

Overrides EntityInterface::create

File

core/modules/views_ui/src/ViewUI.php, line 971

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public static function create(array $values = array()) {
  return View::create($values);
}
doc_Drupal
2016-10-29 09:55:53
Comments
Leave a Comment

Please login to continue.