You are here

protected property LocalActionsBlock::$localActionManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php \Drupal\Core\Menu\Plugin\Block\LocalActionsBlock::localActionManager

The local action manager.

Type: \Drupal\Core\Menu\LocalActionManagerInterface

File

core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php, line 26

Class

LocalActionsBlock
Provides a block to display the local actions.

Namespace

Drupal\Core\Menu\Plugin\Block

Code

protected $localActionManager;