protected function PageAccess::contextHandler in Page Manager 8
Same name and namespace in other branches
- 8.4 src/Entity/PageAccess.php \Drupal\page_manager\Entity\PageAccess::contextHandler()
Wraps the context handler.
Return value
\Drupal\Core\Plugin\Context\ContextHandlerInterface
File
- src/
Entity/ PageAccess.php, line 63 - Contains \Drupal\page_manager\Entity\PageAccess.
Class
- PageAccess
- Defines the access control handler for the page entity type.
Namespace
Drupal\page_manager\EntityCode
protected function contextHandler() {
return $this->contextHandler;
}