Overrides BlockPluginTrait::blockAccess
protected function blockAccess(AccountInterface $account) { if ($this->getEntity()) { return $this->getEntity() ->access('view', $account, TRUE); } return AccessResult::forbidden(); }