Plugin implementation of the 'taxonomy_term_reference_link' formatter.
@FieldFormatter(
id = "taxonomy_term_reference_link",
module = "taxonomy",
label = @Translation("Link"),
field_types = {
"taxonomy_term_reference"
}
)
Expanded class hierarchy of LinkFormatter