Skip to content
Snippets Groups Projects
Commit c29f8956 authored by Jess's avatar Jess
Browse files

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

parent 405f1380
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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'])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment