Same filename and directory in other branches
  1. 8.9.x core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php
  2. 9 core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php

Namespace

Drupal\Core\Block

File

core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php
View source
<?php

namespace Drupal\Core\Block;


/**
 * The interface for "messages" (#type => status_messages) blocks.
 *
 * @see \Drupal\Core\Messenger\MessengerInterface
 * @see \Drupal\Core\Render\Element\StatusMessages
 * @see \Drupal\block\Plugin\DisplayVariant\BlockPageVariant
 *
 * @ingroup block_api
 */
interface MessagesBlockPluginInterface extends BlockPluginInterface {

}

Interfaces

Namesort descending Description
MessagesBlockPluginInterface The interface for "messages" (#type => status_messages) blocks.