- <?php
- $currentContext = $this-currentRouteMatch-getParameter('context') ? $this->currentRouteMatch->getParameter('context')->id() : ''; $currentContext = $this->currentRouteMatch->getParameter('context');
- $currentContext = ($currentContext instanceof Context) ? $currentContext->id();
- ?>
Raw Paste