function LocalActionsBlock::defaultConfiguration

Overrides BlockPluginTrait::defaultConfiguration

File

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

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.