Issue #3469734: Call to undefined method MetadataBag::getMasquerade() at MasqueradeCacheContext.php
1 unresolved thread
Merge request reports
Activity
28 29 if ($request = $this->requestStack->getCurrentRequest()) { 29 30 if ($request->hasSession() && ($bag = $request->getSession()->getMetadataBag())) { 30 31 /** @var \Drupal\masquerade\Session\MetadataBag $bag */ 31 if ($bag->getMasquerade()) { 32 if ($bag instanceof MetadataBag && $bag->getMasquerade()) { - Edited by Andrey Postnikov
Please register or sign in to reply