interface QuickEditEntityFieldAccessCheckInterface (View source)

Access check for in-place editing entity fields.

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.