class FilteredMarkup
Same name in other branches
- 5.x src/Render/FilteredMarkup.php \Drupal\devel\Render\FilteredMarkup
Defines an object that passes safe strings through the Devel 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 Devel module.
Hierarchy
- class \Drupal\devel\Render\FilteredMarkup implements \Drupal\Component\Render\MarkupInterface, \Drupal\devel\Render\Countable uses \Drupal\Component\Render\MarkupTrait
Expanded class hierarchy of FilteredMarkup
See also
1 file declares its use of FilteredMarkup
File
-
src/
Render/ FilteredMarkup.php, line 20
Namespace
Drupal\devel\RenderView source
final class FilteredMarkup implements MarkupInterface, \Countable {
use MarkupTrait;
}