comparison core/modules/system/src/Plugin/Block/SystemMessagesBlock.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 af1871eacc83
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
7 use Drupal\Core\Cache\Cache; 7 use Drupal\Core\Cache\Cache;
8 8
9 /** 9 /**
10 * Provides a block to display the messages. 10 * Provides a block to display the messages.
11 * 11 *
12 * @see drupal_set_message() 12 * @see @see \Drupal\Core\Messenger\MessengerInterface
13 * 13 *
14 * @Block( 14 * @Block(
15 * id = "system_messages_block", 15 * id = "system_messages_block",
16 * admin_label = @Translation("Messages") 16 * admin_label = @Translation("Messages")
17 * ) 17 * )