Issue #2501447 by Cottser: Document SafeMarkup::setMultiple in _batch_page()

8.0.x
xjm 2015-06-07 12:02:36 -05:00
parent 405f1380f9
commit c29f89569b
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ function _batch_page(Request $request) {
}
}
// Restore safe strings from previous batches.
// This is safe because we are passing through the known safe values from
// SafeMarkup::getAll(). See _batch_shutdown().
// @todo Ensure we are not storing an excessively large string list in:
// https://www.drupal.org/node/2295823
if (!empty($batch['safe_strings'])) {