function BlockPluginTrait::createPlaceholder

6 methods override BlockPluginTrait::createPlaceholder()
BlockContentBlock::createPlaceholder in core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
LocalActionsBlock::createPlaceholder in core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php
LocalTasksBlock::createPlaceholder in core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php
SystemBreadcrumbBlock::createPlaceholder in core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php
SystemMenuBlock::createPlaceholder in core/modules/system/src/Plugin/Block/SystemMenuBlock.php

... See full list

File

core/lib/Drupal/Core/Block/BlockPluginTrait.php, line 302

Class

BlockPluginTrait
Provides the base implementation of a block plugin.

Namespace

Drupal\Core\Block

Code

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

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