Loading core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php +3 −2 Original line number Diff line number Diff line Loading @@ -86,8 +86,9 @@ public function setModuleHandler(ModuleHandlerInterface $module_handler); * \Drupal\Core\Entity\EntityAccessControlHandlerInterface::access(). * * @param string $operation * The operation access should be checked for. * Usually one of "view" or "edit". * The operation access should be checked for. Usually one of "view" or * "edit". Unlike entity access, for field access there is no distinction * between creating and updating. * @param \Drupal\Core\Field\FieldDefinitionInterface $field_definition * The field definition. * @param \Drupal\Core\Session\AccountInterface $account Loading Loading
core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php +3 −2 Original line number Diff line number Diff line Loading @@ -86,8 +86,9 @@ public function setModuleHandler(ModuleHandlerInterface $module_handler); * \Drupal\Core\Entity\EntityAccessControlHandlerInterface::access(). * * @param string $operation * The operation access should be checked for. * Usually one of "view" or "edit". * The operation access should be checked for. Usually one of "view" or * "edit". Unlike entity access, for field access there is no distinction * between creating and updating. * @param \Drupal\Core\Field\FieldDefinitionInterface $field_definition * The field definition. * @param \Drupal\Core\Session\AccountInterface $account Loading