Implements \Drupal\Core\TypedData\AccessibleInterface::access().
Overrides AccessibleInterface::access
public function access($operation = 'view', \Drupal\user\Plugin\Core\Entity\User $account = NULL) {
  return $this
    ->__call(__FUNCTION__, func_get_args());
}