Loading src/Plugin/Field/FieldFormatter/TaxonomyTermReferenceFormatter.php +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ class TaxonomyTermReferenceFormatter extends EntityReferenceFormatterBase { $summary = []; $summary[] = $this->t('The Terms will be displayed separated by "@separator"', ['@separator' => $this->getSetting('separator_option')]); if ($this->getSetting('links_option')) { $summary[] = $this->$this->t('<br>The terms will link to the term pages'); $summary[] = $this->t('<br>The terms will link to the term pages'); } if ($this->getSetting('element_option') != "- None -") { $summary[] = $this->t('<br>Elements will be wrapped in a "@element" tag', ['@element' => $this->getSetting('element_option')]); Loading Loading
src/Plugin/Field/FieldFormatter/TaxonomyTermReferenceFormatter.php +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ class TaxonomyTermReferenceFormatter extends EntityReferenceFormatterBase { $summary = []; $summary[] = $this->t('The Terms will be displayed separated by "@separator"', ['@separator' => $this->getSetting('separator_option')]); if ($this->getSetting('links_option')) { $summary[] = $this->$this->t('<br>The terms will link to the term pages'); $summary[] = $this->t('<br>The terms will link to the term pages'); } if ($this->getSetting('element_option') != "- None -") { $summary[] = $this->t('<br>Elements will be wrapped in a "@element" tag', ['@element' => $this->getSetting('element_option')]); Loading