Plugin implementation of the 'taxonomy_term_reference_plain' formatter.
@FieldFormatter(
id = "taxonomy_term_reference_plain",
module = "taxonomy",
label = @Translation("Plain text"),
field_types = {
"taxonomy_term_reference"
}
)
Expanded class hierarchy of PlainFormatter