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

Breadcrumb

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

function SystemMessagesBlock::build

Overrides BlockPluginInterface::build

File

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

Class

SystemMessagesBlock
Provides a block to display the messages.

Namespace

Drupal\system\Plugin\Block

Code

public function build() {
    return [
        '#type' => 'status_messages',
        '#include_fallback' => TRUE,
    ];
}
RSS feed
Powered by Drupal