diff --git a/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php b/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php index 0e42290..eada762 100644 --- a/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php +++ b/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php @@ -168,11 +168,7 @@ public function init(ViewExecutable $view, DisplayPluginBase $display, array &$o } /** - * Check whether current user has access to this handler. - * - * @param AccountInterface $account - * @return bool - * Return TRUE if the user has access to view this field. + * {@inheritdoc} */ public function access(AccountInterface $account) { $base_table = $this->get_base_table();