Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
46ff3d51
Commit
46ff3d51
authored
Feb 28, 2015
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2441685
by Arla: Incorrect documentation for EntityAccessControlHandler::checkAccess()
parent
74f94352
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php
core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php
+2
-3
No files found.
core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php
View file @
46ff3d51
...
...
@@ -121,10 +121,9 @@ protected function processAccessHookResults(array $access) {
* do their own custom access checking.
*
* @param \Drupal\Core\Entity\EntityInterface $entity
* The entity for which to check
'create'
access.
* The entity for which to check access.
* @param string $operation
* The entity operation. Usually one of 'view', 'update', 'create' or
* 'delete'.
* The entity operation. Usually one of 'view', 'update' or 'delete'.
* @param string $langcode
* The language code for which to check access.
* @param \Drupal\Core\Session\AccountInterface $account
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment