public function PageTitleBlock::defaultConfiguration in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php \Drupal\Core\Block\Plugin\Block\PageTitleBlock::defaultConfiguration()
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides BlockBase::defaultConfiguration
File
- core/
lib/ Drupal/ Core/ Block/ Plugin/ Block/ PageTitleBlock.php, line 41 - Contains \Drupal\Core\Block\Plugin\Block\PageTitleBlock.
Class
- PageTitleBlock
- Provides a block to display the page title.
Namespace
Drupal\Core\Block\Plugin\BlockCode
public function defaultConfiguration() {
return [
'label_display' => FALSE,
];
}