function SystemBreadcrumbBlock::createPlaceholder

Same name and namespace in other branches
  1. 11.x core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php \Drupal\system\Plugin\Block\SystemBreadcrumbBlock::createPlaceholder()

Overrides BlockPluginTrait::createPlaceholder

File

core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php, line 73

Class

SystemBreadcrumbBlock
Provides a block to display the breadcrumbs.

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.