Mercurial > hg > cmmr2012-drupal-site
diff core/modules/big_pipe/src/Render/BigPipe.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/big_pipe/src/Render/BigPipe.php Thu Feb 28 11:14:44 2019 +0000 +++ b/core/modules/big_pipe/src/Render/BigPipe.php Thu Feb 28 13:11:55 2019 +0000 @@ -730,8 +730,8 @@ // being rendered: any code can add messages to render. // This violates the principle that each lazy builder must be able to render // itself in isolation, and therefore in any order. However, we cannot - // change the way drupal_set_message() works in the Drupal 8 cycle. So we - // have to accommodate its special needs. + // change the way \Drupal\Core\Messenger\MessengerInterface::addMessage() + // works in the Drupal 8 cycle. So we have to accommodate its special needs. // Allowing placeholders to be rendered in a particular order (in this case: // last) would violate this isolation principle. Thus a monopoly is granted // to this one special case, with this hard-coded solution.