Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
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 {} |