Mercurial > hg > isophonics-drupal-site
comparison core/modules/system/src/Plugin/Block/SystemMessagesBlock.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 129ea1e6d783 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
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 */ |