Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/system/src/Plugin/Block/SystemMessagesBlock.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
29 | 29 |
30 /** | 30 /** |
31 * {@inheritdoc} | 31 * {@inheritdoc} |
32 */ | 32 */ |
33 public function build() { | 33 public function build() { |
34 return ['#type' => 'status_messages']; | 34 return [ |
35 '#type' => 'status_messages', | |
36 '#include_fallback' => TRUE, | |
37 ]; | |
35 } | 38 } |
36 | 39 |
37 /** | 40 /** |
38 * {@inheritdoc} | 41 * {@inheritdoc} |
39 */ | 42 */ |