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