Loading core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php +3 −0 Original line number Diff line number Diff line Loading @@ -373,6 +373,9 @@ function (callable $hook, string $module) use ($operation, $field_definition, $a /** * Default field access as determined by this access control handler. * * Most fields return AccessResultAllowed by default. It is recommended to use * it in conjunction with entity access conditions for robust access control. * * @param string $operation * The operation access should be checked for. * Usually one of "view" or "edit". Loading Loading
core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php +3 −0 Original line number Diff line number Diff line Loading @@ -373,6 +373,9 @@ function (callable $hook, string $module) use ($operation, $field_definition, $a /** * Default field access as determined by this access control handler. * * Most fields return AccessResultAllowed by default. It is recommended to use * it in conjunction with entity access conditions for robust access control. * * @param string $operation * The operation access should be checked for. * Usually one of "view" or "edit". Loading