class ViewsRenderPipelineMarkup
Same name in other branches
- 8.9.x core/modules/views/src/Render/ViewsRenderPipelineMarkup.php \Drupal\views\Render\ViewsRenderPipelineMarkup
- 10 core/modules/views/src/Render/ViewsRenderPipelineMarkup.php \Drupal\views\Render\ViewsRenderPipelineMarkup
- 11.x core/modules/views/src/Render/ViewsRenderPipelineMarkup.php \Drupal\views\Render\ViewsRenderPipelineMarkup
Defines an object that passes safe strings through the Views 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 in the Views render pipeline.
Hierarchy
- class \Drupal\views\Render\ViewsRenderPipelineMarkup implements \Drupal\Component\Render\MarkupInterface, \Drupal\views\Render\Countable uses \Drupal\Component\Render\MarkupTrait
Expanded class hierarchy of ViewsRenderPipelineMarkup
See also
10 files declare their use of ViewsRenderPipelineMarkup
- Boolean.php in core/
modules/ views/ src/ Plugin/ views/ field/ Boolean.php - Custom.php in core/
modules/ views/ src/ Plugin/ views/ field/ Custom.php - FieldPluginBase.php in core/
modules/ views/ src/ Plugin/ views/ field/ FieldPluginBase.php - HandlerBase.php in core/
modules/ views/ src/ Plugin/ views/ HandlerBase.php - MediaLibrarySelectForm.php in core/
modules/ media_library/ src/ Plugin/ views/ field/ MediaLibrarySelectForm.php
File
-
core/
modules/ views/ src/ Render/ ViewsRenderPipelineMarkup.php, line 21
Namespace
Drupal\views\RenderView source
final class ViewsRenderPipelineMarkup implements MarkupInterface, \Countable {
use MarkupTrait;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.