By catch on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.1.x
Issue links:
Description:
The protected method \Drupal\Core\Field\WidgetBase::getFilteredDescription() was added to support replacing tokens in field descriptions.
Before:
$description = FieldFilteredMarkup::create(\Drupal::token()->replace($this->fieldDefinition->getDescription()));
After:
$description = $this->getFilteredDescription();
Impacts:
Module developers