class Markup

Same name in this branch
  1. 11.x core/modules/views/src/Plugin/views/field/Markup.php \Drupal\views\Plugin\views\field\Markup
Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/field/Markup.php \Drupal\views\Plugin\views\field\Markup
  2. 9 core/lib/Drupal/Core/Render/Markup.php \Drupal\Core\Render\Markup
  3. 8.9.x core/modules/views/src/Plugin/views/field/Markup.php \Drupal\views\Plugin\views\field\Markup
  4. 8.9.x core/lib/Drupal/Core/Render/Markup.php \Drupal\Core\Render\Markup
  5. 10 core/modules/views/src/Plugin/views/field/Markup.php \Drupal\views\Plugin\views\field\Markup
  6. 10 core/lib/Drupal/Core/Render/Markup.php \Drupal\Core\Render\Markup

Defines an object that passes safe strings through the render system.

This object should only be constructed with a known safe string. If there is any risk that the string contains user-entered data that has not been filtered first, it must not be used.

@internal This object is marked as internal because it should only be used whilst rendering.

Hierarchy

Expanded class hierarchy of Markup

See also

\Drupal\Core\Template\TwigExtension::escapeFilter

\Twig\Markup

31 files declare their use of Markup
AttributeTest.php in core/tests/Drupal/Tests/Core/Template/AttributeTest.php
ConfigTest.php in core/tests/Drupal/Tests/Core/Config/ConfigTest.php
EngineTwigTest.php in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
errors.inc in core/includes/errors.inc
Functions for error handling.
FieldPluginBaseTest.php in core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php

... See full list

3 string references to 'Markup'
AjaxRendererTest::setUp in core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php
DrupalMessengerServiceTest::testStatusMessageAssertions in core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php
Tests assertion methods in WebAssert related to status messages.
views.field.schema.yml in core/modules/views/config/schema/views.field.schema.yml
core/modules/views/config/schema/views.field.schema.yml

File

core/lib/Drupal/Core/Render/Markup.php, line 22

Namespace

Drupal\Core\Render
View source
final class Markup implements MarkupInterface, \Countable {
    use MarkupTrait;

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.