Pull merge.
[yaffs-website] / web / core / lib / Drupal / Core / Block / MessagesBlockPluginInterface.php
1 <?php
2
3 namespace Drupal\Core\Block;
4
5 /**
6  * The interface for "messages" (#type => status_messages) blocks.
7  *
8  * @see \Drupal\Core\Messenger\MessengerInterface
9  * @see \Drupal\Core\Render\Element\StatusMessages
10  * @see \Drupal\block\Plugin\DisplayVariant\BlockPageVariant
11  *
12  * @ingroup block_api
13  */
14 interface MessagesBlockPluginInterface extends BlockPluginInterface {}