function LocalActionsBlock::createPlaceholder

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

Overrides BlockPluginTrait::createPlaceholder

File

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

Class

LocalActionsBlock
Provides a block to display the local actions.

Namespace

Drupal\Core\Menu\Plugin\Block

Code

public function createPlaceholder() : bool {
  return TRUE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.