QuickEditEntityFieldAccessCheck
class QuickEditEntityFieldAccessCheck implements AccessInterface, QuickEditEntityFieldAccessCheckInterface (View source)
Access check for in-place editing entity fields.
Methods
access(EntityInterface $entity, string $field_name, string $langcode, AccountInterface $account)
Checks Quick Edit access to the field.
accessEditEntityField(EntityInterface $entity, string $field_name)
Checks access to edit the requested field of the requested entity.
validateRequestAttributes(EntityInterface $entity, $field_name, $langcode)
Validates request attributes.
Details
AccessResultInterface
access(EntityInterface $entity, string $field_name, string $langcode, AccountInterface $account)
Checks Quick Edit access to the field.
AccessResultInterface
accessEditEntityField(EntityInterface $entity, string $field_name)
Checks access to edit the requested field of the requested entity.
protected
validateRequestAttributes(EntityInterface $entity, $field_name, $langcode)
Validates request attributes.