Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
3 namespace Drupal\Core\Block; | 3 namespace Drupal\Core\Block; |
4 | 4 |
5 /** | 5 /** |
6 * The interface for "messages" (#type => status_messages) blocks. | 6 * The interface for "messages" (#type => status_messages) blocks. |
7 * | 7 * |
8 * @see drupal_set_message() | 8 * @see \Drupal\Core\Messenger\MessengerInterface |
9 * @see drupal_get_message() | |
10 * @see \Drupal\Core\Render\Element\StatusMessages | 9 * @see \Drupal\Core\Render\Element\StatusMessages |
11 * @see \Drupal\block\Plugin\DisplayVariant\BlockPageVariant | 10 * @see \Drupal\block\Plugin\DisplayVariant\BlockPageVariant |
12 * | 11 * |
13 * @ingroup block_api | 12 * @ingroup block_api |
14 */ | 13 */ |