8 calls to Html::normalize() in Drupal 9
- BigPipeStrategy::placeholderIsAttributeSafe in core/
modules/ big_pipe/ src/ Render/ Placeholder/ BigPipeStrategy.php - Determines whether the given placeholder is attribute-safe or not.
- FieldFilteredMarkup::create in core/
lib/ Drupal/ Core/ Field/ FieldFilteredMarkup.php - Overrides \Drupal\Component\Render\MarkupTrait::create().
- FieldPluginBase::trimText in core/
modules/ views/ src/ Plugin/ views/ field/ FieldPluginBase.php - Trims the field down to the specified length.
- FilterHtmlCorrector::process in core/
modules/ filter/ src/ Plugin/ Filter/ FilterHtmlCorrector.php - Performs the filter processing.
- FilterKernelTest::testHtmlCorrectorFilter in core/
modules/ filter/ tests/ src/ Kernel/ FilterKernelTest.php - Tests the HTML corrector filter.
- MailFormatHelper::htmlToText in core/
lib/ Drupal/ Core/ Mail/ MailFormatHelper.php - Transforms an HTML string into plain text, preserving its structure.
- RendererPlaceholdersTest::testCacheableParent in core/
tests/ Drupal/ Tests/ Core/ Render/ RendererPlaceholdersTest.php - @covers ::render @covers ::doRender @covers \Drupal\Core\Render\RenderCache::get @covers \Drupal\Core\Render\RenderCache::set @covers \Drupal\Core\Render\RenderCache::createCacheID
- text_summary in core/
modules/ text/ text.module - Generates a trimmed, formatted version of a text field value.