Mercurial > hg > cmmr2012-drupal-site
diff core/modules/views/src/Analyzer.php @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
line wrap: on
line diff
--- a/core/modules/views/src/Analyzer.php Thu Feb 28 11:14:44 2019 +0000 +++ b/core/modules/views/src/Analyzer.php Thu Feb 28 13:11:55 2019 +0000 @@ -31,7 +31,6 @@ $this->moduleHandler = $module_handler; } - /** * Analyzes a review and return the results. * @@ -52,7 +51,8 @@ /** * Formats the analyze result into a message string. * - * This is based upon the format of drupal_set_message which uses separate + * This is based upon the format of + * \Drupal\Core\Messenger\MessengerInterface::addMessage() which uses separate * boxes for "ok", "warning" and "error". */ public function formatMessages(array $messages) {