-
- Downloads
Issue #2575615 by alexpott, pwolanin, stefan.r, catch, dawehner, effulgentsia,...
Issue #2575615 by alexpott, pwolanin, stefan.r, catch, dawehner, effulgentsia, xjm, David_Rothstein, iMiksu, lauriii, joelpittet: Introduce HtmlEscapedText and remove SafeMarkup::setMultiple() and SafeMarkup::getAll() and remove the static safeStrings list
Showing
- core/includes/batch.inc 1 addition, 12 deletionscore/includes/batch.inc
- core/includes/form.inc 0 additions, 8 deletionscore/includes/form.inc
- core/lib/Drupal/Component/Render/HtmlEscapedText.php 61 additions, 0 deletionscore/lib/Drupal/Component/Render/HtmlEscapedText.php
- core/lib/Drupal/Component/Render/MarkupInterface.php 3 additions, 0 deletionscore/lib/Drupal/Component/Render/MarkupInterface.php
- core/lib/Drupal/Component/Utility/SafeMarkup.php 15 additions, 109 deletionscore/lib/Drupal/Component/Utility/SafeMarkup.php
- core/lib/Drupal/Core/Form/FormCache.php 0 additions, 13 deletionscore/lib/Drupal/Core/Form/FormCache.php
- core/lib/Drupal/Core/Utility/Token.php 3 additions, 3 deletionscore/lib/Drupal/Core/Utility/Token.php
- core/modules/system/src/Tests/Batch/ProcessingTest.php 8 additions, 0 deletionscore/modules/system/src/Tests/Batch/ProcessingTest.php
- core/modules/system/src/Tests/Bootstrap/DrupalSetMessageTest.php 1 addition, 1 deletion...dules/system/src/Tests/Bootstrap/DrupalSetMessageTest.php
- core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php 1 addition, 1 deletion...dules/system_test/src/Controller/SystemTestController.php
- core/phpunit.xml.dist 0 additions, 2 deletionscore/phpunit.xml.dist
- core/tests/Drupal/Tests/Component/Render/HtmlEscapedTextTest.php 69 additions, 0 deletions...sts/Drupal/Tests/Component/Render/HtmlEscapedTextTest.php
- core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php 30 additions, 122 deletionscore/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php
- core/tests/Drupal/Tests/Core/Form/FormCacheTest.php 0 additions, 59 deletionscore/tests/Drupal/Tests/Core/Form/FormCacheTest.php
- core/tests/Drupal/Tests/Core/Render/RendererTest.php 0 additions, 12 deletionscore/tests/Drupal/Tests/Core/Render/RendererTest.php
- core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php 5 additions, 5 deletionscore/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php
- core/tests/Drupal/Tests/Listeners/SafeMarkupSideEffects.php 0 additions, 35 deletionscore/tests/Drupal/Tests/Listeners/SafeMarkupSideEffects.php
- core/tests/Drupal/Tests/UnitTestCase.php 0 additions, 6 deletionscore/tests/Drupal/Tests/UnitTestCase.php
Loading
Please register or sign in to comment