You are here

protected function PageVariantAccess::contextHandler in Page Manager 8

Same name and namespace in other branches
  1. 8.4 src/Entity/PageVariantAccess.php \Drupal\page_manager\Entity\PageVariantAccess::contextHandler()

Wraps the context handler.

Return value

\Drupal\Core\Plugin\Context\ContextHandlerInterface

File

src/Entity/PageVariantAccess.php, line 63
Contains \Drupal\page_manager\Entity\PageVariantAccess.

Class

PageVariantAccess
Defines the access control handler for the page variant entity type.

Namespace

Drupal\page_manager\Entity

Code

protected function contextHandler() {
  return $this->contextHandler;
}