public ViewExecutable::unserialize($serialized)
File
core/modules/views/src/ViewExecutable.php, line 2490
Class
ViewExecutable Represents a view as a whole.
Namespace
Drupal\views
Code
public function unserialize($serialized) {
list($storage, $current_display, $args, $current_page, $exposed_input, $exposed_raw_input, $exposed_data, $dom_id, $executed) = unserialize($serialized);
// There are cases, like in testing, where we don't have a container
// available.
if (\Drupal::has