Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SystemMessagesBlock.php

function SystemMessagesBlock::defaultConfiguration

Overrides BlockPluginTrait::defaultConfiguration

File

core/modules/system/src/Plugin/Block/SystemMessagesBlock.php, line 25

Class

SystemMessagesBlock
Provides a block to display the messages.

Namespace

Drupal\system\Plugin\Block

Code

public function defaultConfiguration() {
    return [
        'label_display' => FALSE,
    ];
}
RSS feed
Powered by Drupal