function PageTitleBlock::defaultConfiguration
Overrides BlockPluginTrait::defaultConfiguration
File
- 
              core/
lib/ Drupal/ Core/ Block/ Plugin/ Block/ PageTitleBlock.php, line 40  
Class
- PageTitleBlock
 - Provides a block to display the page title.
 
Namespace
Drupal\Core\Block\Plugin\BlockCode
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.