public function Field::access

Same name in this branch
  1. 9.x drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php \Drupal\Core\Entity\Field\Type\Field::access()
  2. 9.x drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php \Drupal\field\Plugin\views\field\Field::access()

Implements AccessibleInterface::access().

Overrides AccessibleInterface::access

File

drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php, line 299
Definition of Drupal\Core\Entity\Field\Type\Field.

Class

Field
An entity field, i.e. a list of field items.

Namespace

Drupal\Core\Entity\Field\Type

Code

public function access($operation = 'view', User $account = NULL) {

  // TODO: Implement access() method. Use item access.
}