Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
093d931f
Commit
093d931f
authored
Jan 08, 2015
by
Alex Pott
Browse files
Issue
#2398595
by mradcliffe: Fix documentation for BlockPluginInterface::access
parent
b1ce4536
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Block/BlockPluginInterface.php
View file @
093d931f
...
...
@@ -47,8 +47,8 @@ public function label();
* @param \Drupal\Core\Session\AccountInterface $account
* The user session for which to check access.
*
* @return
bool
*
TRUE if the block should be shown, or FALSE otherwise
.
* @return
\Drupal\Core\Access\AccessResultInterface
*
An access result object instantiated and configured by the block plugin
.
*
* @see \Drupal\block\BlockAccessControlHandler
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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