interface EditEntityFieldAccessCheckInterface implements QuickEditEntityFieldAccessCheckInterface (View source)

deprecated in drupal:8.4.0 and is removed from drupal:9.0.0.

Methods

accessEditEntityField(EntityInterface $entity, string $field_name)

Checks access to edit the requested field of the requested entity.

Details

AccessResultInterface accessEditEntityField(EntityInterface $entity, string $field_name)

Checks access to edit the requested field of the requested entity.

Parameters

EntityInterface $entity

The entity.

string $field_name

The field name.

Return Value

AccessResultInterface

The access result.