You are here

26 calls to Xss::filterAdmin() in Drupal 8

AreaTest::testRenderArea in core/modules/views/tests/src/Functional/Handler/AreaTest.php
Tests the rendering of an area.
Boolean::render in core/modules/views/src/Plugin/views/field/Boolean.php
Renders the field.
Custom::render in core/modules/views/src/Plugin/views/field/Custom.php
Renders the field.
DbLogController::formatMessage in core/modules/dblog/src/Controller/DbLogController.php
Formats a database log message.
DisplayTest::execute in core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php
Executes the view and returns data in the format required.
EntityField::addSelfTokens in core/modules/views/src/Plugin/views/field/EntityField.php
Add any special tokens this field might use for itself.
EntityField::renderItems in core/modules/views/src/Plugin/views/field/EntityField.php
Render all items in this field together.
EntityReference::render in core/modules/views/src/Plugin/views/style/EntityReference.php
Render the display in this style.
FieldPluginBase::renderText in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Performs an advanced text render for the item.
HandlerBase::sanitizeValue in core/modules/views/src/Plugin/views/HandlerBase.php
Sanitize the value for output.
HtmlTag::preRenderConditionalComments in core/lib/Drupal/Core/Render/Element/HtmlTag.php
Pre-render callback: Renders #browsers into #prefix and #suffix.
HtmlTag::preRenderHtmlTag in core/lib/Drupal/Core/Render/Element/HtmlTag.php
Pre-render callback: Renders a generic HTML tag with attributes.
node_help in core/modules/node/node.module
Implements hook_help().
PageTitleTest::testTitleXSS in core/modules/system/tests/src/Functional/System/PageTitleTest.php
Test if the title of the site is XSS proof.
PluginBase::viewsTokenReplace in core/modules/views/src/Plugin/views/PluginBase.php
Replaces Views' tokens in a given string. The resulting string will be sanitized with Xss::filterAdmin.
Renderer::xssFilterAdminIfUnsafe in core/lib/Drupal/Core/Render/Renderer.php
Applies a very permissive XSS/HTML filter for admin-only use.
Result::render in core/modules/views/src/Plugin/views/area/Result.php
Render the area.
Standard::filterXssDataAttributes in core/modules/editor/src/EditorXssFilter/Standard.php
Applies a very permissive XSS/HTML filter to data-attributes.
StylePluginBase::tokenizeValue in core/modules/views/src/Plugin/views/style/StylePluginBase.php
Take a value and apply token replacement logic to it.
template_preprocess_views_view_summary_unformatted in core/modules/views/views.theme.inc
Prepares variables for unformatted summary view templates.
TokenReplaceKernelTest::testSystemSiteTokenReplacement in core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php
Tests the generation of all system site information tokens.
ViewExecutableTest::testPropertyMethods in core/modules/views/tests/src/Kernel/ViewExecutableTest.php
Tests the setting/getting of properties.
ViewsIntegrationTest::testMessages in core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php
Tests the messages escaping functionality.
XssTest::testFilterXSSAdmin in core/tests/Drupal/Tests/Component/Utility/XssTest.php
Checks that \Drupal\Component\Utility\Xss::filterAdmin() correctly strips unallowed tags.
XssTest::testFilterXssAdminNotNormalized in core/tests/Drupal/Tests/Component/Utility/XssTest.php
Tests the loose, admin HTML filter.
_drupal_error_handler_real in core/includes/errors.inc
Provides custom PHP error handling.