Issue #2557893 by sdstyles, cilefen, ianthomas_uk, luklambrechts, stefan.r: Mark SafeMarkup::setMultiple as internal
parent
427d080597
commit
749466c19b
|
@ -108,6 +108,9 @@ class SafeMarkup {
|
||||||
* A list of safe strings as previously retrieved by self::getAll().
|
* A list of safe strings as previously retrieved by self::getAll().
|
||||||
*
|
*
|
||||||
* @throws \UnexpectedValueException
|
* @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) {
|
public static function setMultiple(array $safe_strings) {
|
||||||
foreach ($safe_strings as $string => $strategies) {
|
foreach ($safe_strings as $string => $strategies) {
|
||||||
|
|
Loading…
Reference in New Issue