Issue #2557893 by sdstyles, cilefen, ianthomas_uk, luklambrechts, stefan.r: Mark SafeMarkup::setMultiple as internal

8.0.x
Alex Pott 2015-08-27 17:59:35 +01:00
parent 427d080597
commit 749466c19b
1 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,9 @@ class SafeMarkup {
* A list of safe strings as previously retrieved by self::getAll().
*
* @throws \UnexpectedValueException
*
* @internal This is called by FormCache, StringTranslation and the Batch API.
* It should not be used anywhere else.
*/
public static function setMultiple(array $safe_strings) {
foreach ($safe_strings as $string => $strategies) {