function SystemMenuBlock::createPlaceholder

Overrides BlockPluginTrait::createPlaceholder

File

core/modules/system/src/Plugin/Block/SystemMenuBlock.php, line 241

Class

SystemMenuBlock
Provides a generic Menu block.

Namespace

Drupal\system\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.