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

Issue #2398595 by mradcliffe: Fix documentation for BlockPluginInterface::access

parent b1ce4536
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
...@@ -47,8 +47,8 @@ public function label(); ...@@ -47,8 +47,8 @@ public function label();
* @param \Drupal\Core\Session\AccountInterface $account * @param \Drupal\Core\Session\AccountInterface $account
* The user session for which to check access. * The user session for which to check access.
* *
* @return bool * @return \Drupal\Core\Access\AccessResultInterface
* TRUE if the block should be shown, or FALSE otherwise. * An access result object instantiated and configured by the block plugin.
* *
* @see \Drupal\block\BlockAccessControlHandler * @see \Drupal\block\BlockAccessControlHandler
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment