You are here

protected function ShortcutsBlock::blockAccess in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/shortcut/src/Plugin/Block/ShortcutsBlock.php \Drupal\shortcut\Plugin\Block\ShortcutsBlock::blockAccess()
  2. 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\Block

Code

protected function blockAccess(AccountInterface $account) {
  return AccessResult::allowedIfHasPermission($account, 'access shortcuts');
}