Forwards the call to the decorated entity.
Overrides AccessibleInterface::access
public function access($operation = 'view', AccountInterface $account = NULL) { return $this->decorated ->access($operation, $account); }