Skip to content
Snippets Groups Projects
Commit 46ff3d51 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2441685 by Arla: Incorrect documentation for EntityAccessControlHandler::checkAccess()

parent 74f94352
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -121,10 +121,9 @@ protected function processAccessHookResults(array $access) { ...@@ -121,10 +121,9 @@ protected function processAccessHookResults(array $access) {
* do their own custom access checking. * do their own custom access checking.
* *
* @param \Drupal\Core\Entity\EntityInterface $entity * @param \Drupal\Core\Entity\EntityInterface $entity
* The entity for which to check 'create' access. * The entity for which to check access.
* @param string $operation * @param string $operation
* The entity operation. Usually one of 'view', 'update', 'create' or * The entity operation. Usually one of 'view', 'update' or 'delete'.
* 'delete'.
* @param string $langcode * @param string $langcode
* The language code for which to check access. * The language code for which to check access.
* @param \Drupal\Core\Session\AccountInterface $account * @param \Drupal\Core\Session\AccountInterface $account
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment