995f4b72e0ab9970ec1b85fd96b453a883e8c941
[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_set_message()
9  * @see drupal_get_message()
10  * @see \Drupal\Core\Render\Element\StatusMessages
11  * @see \Drupal\block\Plugin\DisplayVariant\BlockPageVariant
12  *
13  * @ingroup block_api
14  */
15 interface MessagesBlockPluginInterface extends BlockPluginInterface {}