36 calls to Html::decodeEntities() in Zircon Profile 8.0
- CommentForm::buildEntity in core/
modules/ comment/ src/ CommentForm.php - Builds an updated entity object based upon the submitted form values.
- ContextualLinks::render in core/
modules/ contextual/ src/ Plugin/ views/ field/ ContextualLinks.php - Overrides \Drupal\views\Plugin\views\field\FieldPluginBase::render().
- DbLogController::overview in core/
modules/ dblog/ src/ Controller/ DbLogController.php - Displays a listing of database log messages.
- DbLogTest::assertLogMessage in core/
modules/ dblog/ src/ Tests/ DbLogTest.php - Confirms that a log message appears on the database log overview screen.
- DbLogTest::doUser in core/
modules/ dblog/ src/ Tests/ DbLogTest.php - Generates and then verifies some user events.
- DisplayPluginBase::getArgumentsTokens in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Returns to tokens for arguments.
- EntityAutocompleteMatcher::getMatches in core/
lib/ Drupal/ Core/ Entity/ EntityAutocompleteMatcher.php - Gets matched labels based on a given search string.
- FieldPluginBase::getRenderTokens in core/
modules/ views/ src/ Plugin/ views/ field/ FieldPluginBase.php - Gets the 'render' tokens to use for advanced rendering.
- FieldPluginBase::getTokenValuesRecursive in core/
modules/ views/ src/ Plugin/ views/ field/ FieldPluginBase.php - Recursive function to add replacements for nested query string parameters.
- FieldPluginBase::renderAsLink in core/
modules/ views/ src/ Plugin/ views/ field/ FieldPluginBase.php - Render this field as a link, with the info from a fieldset set by the user.
- FieldPluginBase::renderText in core/
modules/ views/ src/ Plugin/ views/ field/ FieldPluginBase.php - Performs an advanced text render for the item.
- FieldWebTest::testAlterUrl in core/
modules/ views/ src/ Tests/ Handler/ FieldWebTest.php - Tests rewriting the output to a link.
- FilterCaption::process in core/
modules/ filter/ src/ Plugin/ Filter/ FilterCaption.php - Performs the filter processing.
- FilterPluginBase::prepareFilterSelectOptions in core/
modules/ views/ src/ Plugin/ views/ filter/ FilterPluginBase.php - Sanitizes the HTML select element's options.
- FilterUnitTest::assertNoNormalized in core/
modules/ filter/ src/ Tests/ FilterUnitTest.php - Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string.
- FilterUnitTest::assertNormalized in core/
modules/ filter/ src/ Tests/ FilterUnitTest.php - Asserts that a text transformed to lowercase with HTML entities decoded does contains a given string.
- FormBuilder::buttonWasClicked in core/
lib/ Drupal/ Core/ Form/ FormBuilder.php - Determines if a given button triggered the form submission.
- HtmlTest::testDecodeEntities in core/
tests/ Drupal/ Tests/ Component/ Utility/ HtmlTest.php - Tests Html::decodeEntities().
- HtmlTest::testDecodeEntitiesAndEscape in core/
tests/ Drupal/ Tests/ Component/ Utility/ HtmlTest.php - Tests relationship between escaping and decoding HTML entities.
- Links::getLinks in core/
modules/ views/ src/ Plugin/ views/ field/ Links.php - Gets the list of links used by this field.
- locale_string_is_safe in core/
modules/ locale/ locale.module - Check that a string is safe to be added or imported as a translation.
- MailFormatHelper::htmlToText in core/
lib/ Drupal/ Core/ Mail/ MailFormatHelper.php - Transforms an HTML string into plain text, preserving its structure.
- OptionsSelectWidget::sanitizeLabel in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldWidget/ OptionsSelectWidget.php - Sanitizes a string label to display as an option.
- PlainTextOutput::renderFromHtml in core/
lib/ Drupal/ Component/ Render/ PlainTextOutput.php - Transforms a given HTML string into to a context-appropriate output string.
- SearchPageTextTest::testSearchText in core/
modules/ search/ src/ Tests/ SearchPageTextTest.php - Tests the failed search text, and various other text on the search page.
- search_excerpt in core/
modules/ search/ search.module - Returns snippets from a piece of text, with search keywords highlighted.
- search_simplify in core/
modules/ search/ search.module - Simplifies and preprocesses text for searching.
- template_preprocess_views_view_rss in core/
modules/ views/ views.theme.inc - Prepares variables for RSS feed templates.
- UrlHelper::filterBadProtocol in core/
lib/ Drupal/ Component/ Utility/ UrlHelper.php - Processes an HTML attribute value and strips dangerous protocols from URLs.
- ViewExecutable::_buildArguments in core/
modules/ views/ src/ ViewExecutable.php - Build all the arguments.
- WebTestBase::checkForMetaRefresh in core/
modules/ simpletest/ src/ WebTestBase.php - Checks for meta refresh tag and if found call drupalGet() recursively.
- XssTest::assertNormalized in core/
tests/ Drupal/ Tests/ Component/ Utility/ XssTest.php - Asserts that a text transformed to lowercase with HTML entities decoded does contain a given string.
- XssTest::assertNotNormalized in core/
tests/ Drupal/ Tests/ Component/ Utility/ XssTest.php - Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string.
- _filter_url_parse_email_links in core/
modules/ filter/ filter.module - Makes links out of email addresses.
- _filter_url_parse_full_links in core/
modules/ filter/ filter.module - Makes links out of absolute URLs.
- _filter_url_parse_partial_links in core/
modules/ filter/ filter.module - Makes links out of domain names starting with "www."