42 calls to Html::decodeEntities() in Drupal 8
- BigPipe::sendPlaceholders in core/
modules/ big_pipe/ src/ Render/ BigPipe.php - Sends BigPipe placeholders' replacements as embedded AJAX responses.
- BigPipeTest::assertBigPipePlaceholders in core/
modules/ big_pipe/ tests/ src/ Functional/ BigPipeTest.php - Asserts expected BigPipe placeholders are present and replaced.
- CommentAdminTest::testApprovalAdminInterface in core/
modules/ comment/ tests/ src/ Functional/ Views/ CommentAdminTest.php - Test comment approval functionality through admin/content/comment.
- 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/ tests/ src/ Functional/ DbLogTest.php - Confirms that a log message appears on the database log overview screen.
- DbLogTest::doUser in core/
modules/ dblog/ tests/ src/ Functional/ DbLogTest.php - Generates and then verifies some user events.
- 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/ tests/ src/ Functional/ 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.
- FilterKernelTest::assertNoNormalized in core/
modules/ filter/ tests/ src/ Kernel/ FilterKernelTest.php - Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string.
- FilterKernelTest::assertNormalized in core/
modules/ filter/ tests/ src/ Kernel/ FilterKernelTest.php - Asserts that a text transformed to lowercase with HTML entities decoded does contains a given string.
- FilterPluginBase::prepareFilterSelectOptions in core/
modules/ views/ src/ Plugin/ views/ filter/ FilterPluginBase.php - Sanitizes the HTML select element's options.
- 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.
- Mail::formatDisplayName in core/
lib/ Drupal/ Component/ Utility/ Mail.php - Return a RFC-2822 compliant "display-name" component.
- 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/ tests/ src/ Functional/ 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.
- ThemeInstaller::install in core/
lib/ Drupal/ Core/ Extension/ ThemeInstaller.php - Installs a given list of themes.
- UiHelperTrait::checkForMetaRefresh in core/
tests/ Drupal/ Tests/ UiHelperTrait.php - Checks for meta refresh tag and if found call drupalGet() recursively.
- UrlHelper::filterBadProtocol in core/
lib/ Drupal/ Component/ Utility/ UrlHelper.php - Processes an HTML attribute value and strips dangerous protocols from URLs.
- ViewAjaxController::ajaxView in core/
modules/ views/ src/ Controller/ ViewAjaxController.php - Loads and renders a view via AJAX.
- ViewExecutable::_buildArguments in core/
modules/ views/ src/ ViewExecutable.php - Builds 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."