Defines the taxonomy term entity.
Plugin annotation
@ContentEntityType(
id = "taxonomy_term",
label = @Translation("Taxonomy term"),
bundle_label = @Translation("Vocabulary"),
handlers = {
"storage" = "Drupal\taxonomy\TermStorage",
"storage_schema" = "Drupal\taxonomy\TermStorageSchema",
"view_builder" = "Drupal\taxonomy\TermViewBuilder",
"access" = "Drupal\taxonomy\TermAccessControlHandler",
"views_data" = "Drupal\taxonomy\TermViewsData",
"form" = {
"defaul