function LocalActionsBlock::defaultConfiguration

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php \Drupal\Core\Menu\Plugin\Block\LocalActionsBlock::defaultConfiguration()
  2. 10 core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php \Drupal\Core\Menu\Plugin\Block\LocalActionsBlock::defaultConfiguration()
  3. 11.x core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php \Drupal\Core\Menu\Plugin\Block\LocalActionsBlock::defaultConfiguration()

Overrides BlockPluginTrait::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\Block

Code

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.