Verified Commit 9059bd72 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3275828 by joachim, quietone, bradjones1, Berdir: document the reason...

Issue #3275828 by joachim, quietone, bradjones1, Berdir: document the reason for 'edit' vs. 'update' operations in field and entity access operation name
parent d3fee205
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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