function LocalActionsBlock::defaultConfiguration
Same name in other branches
- 9 core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php \Drupal\Core\Menu\Plugin\Block\LocalActionsBlock::defaultConfiguration()
- 10 core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php \Drupal\Core\Menu\Plugin\Block\LocalActionsBlock::defaultConfiguration()
- 11.x core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php \Drupal\Core\Menu\Plugin\Block\LocalActionsBlock::defaultConfiguration()
File
-
core/
lib/ Drupal/ Core/ Menu/ Plugin/ Block/ LocalActionsBlock.php, line 71
Class
- LocalActionsBlock
- Provides a block to display the local actions.
Namespace
Drupal\Core\Menu\Plugin\BlockCode
public function defaultConfiguration() {
return [
'label_display' => FALSE,
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.