diff --git a/core/modules/views/src/ViewExecutable.php b/core/modules/views/src/ViewExecutable.php index 1277110..0844a27 100644 --- a/core/modules/views/src/ViewExecutable.php +++ b/core/modules/views/src/ViewExecutable.php @@ -2376,6 +2376,9 @@ public function unserialize($serialized) { $this->exposed_raw_input = $exposed_raw_input; $this->dom_id = $dom_id; + $this->tokenUtility = \Drupal::getContainer()->get('token'); + $this->tokenParser = new TokenParser($this, $this->tokenUtility); + $this->initHandlers(); // If the display was previously executed, execute it now.