You are here

protected function WizardAccess::contextHandler in Flexiform 8

Wraps the context handler.

Return value

\Drupal\Core\Plugin\Context\ContextHandlerInterface The context handler.

File

contrib/wizard/src/Entity/WizardAccess.php, line 58

Class

WizardAccess
Access class for the flexiform_wizard entity type.

Namespace

Drupal\flexiform_wizard\Entity

Code

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