Version 1
[yaffs-website] / web / core / lib / Drupal / Core / Block / MessagesBlockPluginInterface.php
diff --git a/web/core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php b/web/core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php
new file mode 100644 (file)
index 0000000..2234ffd
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+
+namespace Drupal\Core\Block;
+
+/**
+ * The interface for "messages" (#type => status_messages) blocks.
+ *
+ * @see drupal_set_message()
+ * @see drupal_get_message()
+ * @see \Drupal\Core\Render\Element\StatusMessages
+ * @see \Drupal\block\Plugin\DisplayVariant\BlockPageVariant
+ *
+ * @ingroup block_api
+ */
+interface MessagesBlockPluginInterface extends BlockPluginInterface { }