protected function ShortcutsBlock::blockAccess in Drupal 10
Same name and namespace in other branches
- 8 core/modules/shortcut/src/Plugin/Block/ShortcutsBlock.php \Drupal\shortcut\Plugin\Block\ShortcutsBlock::blockAccess()
- 9 core/modules/shortcut/src/Plugin/Block/ShortcutsBlock.php \Drupal\shortcut\Plugin\Block\ShortcutsBlock::blockAccess()
File
- core/
modules/ shortcut/ src/ Plugin/ Block/ ShortcutsBlock.php, line 32
Class
- ShortcutsBlock
- Provides a 'Shortcut' block.
Namespace
Drupal\shortcut\Plugin\BlockCode
protected function blockAccess(AccountInterface $account) {
return AccessResult::allowedIfHasPermission($account, 'access shortcuts');
}