Mercurial > hg > isophonics-drupal-site
comparison core/modules/system/src/Element/StatusReportPage.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
84 'text' => t('Warning'), | 84 'text' => t('Warning'), |
85 'text_plural' => t('Warnings'), | 85 'text_plural' => t('Warnings'), |
86 ], | 86 ], |
87 'checked' => [ | 87 'checked' => [ |
88 'amount' => 0, | 88 'amount' => 0, |
89 'text' => t('Checked'), | 89 'text' => t('Checked', [], ['context' => 'Examined']), |
90 'text_plural' => t('Checked'), | 90 'text_plural' => t('Checked', [], ['context' => 'Examined']), |
91 ], | 91 ], |
92 ]; | 92 ]; |
93 | 93 |
94 $severities = StatusReport::getSeverities(); | 94 $severities = StatusReport::getSeverities(); |
95 foreach ($element['#requirements'] as $key => &$requirement) { | 95 foreach ($element['#requirements'] as $key => &$requirement) { |