PUBLICITÉ
Drupal\Core\Entity\ContentEntityType::__set_state(array(
   'revision_metadata_keys' => 
  array (
    'revision_user' => 'revision_user',
    'revision_created' => 'revision_created',
    'revision_log_message' => 'revision_log_message',
    'revision_default' => 'revision_default',
  ),
   'requiredRevisionMetadataKeys' => 
  array (
    'revision_default' => 'revision_default',
  ),
   'static_cache' => true,
   'render_cache' => true,
   'persistent_cache' => true,
   'entity_keys' => 
  array (
    'id' => 'tid',
    'revision' => 'revision_id',
    'bundle' => 'vid',
    'label' => 'name',
    'langcode' => 'langcode',
    'uuid' => 'uuid',
    'published' => 'status',
    'default_langcode' => 'default_langcode',
    'revision_translation_affected' => 'revision_translation_affected',
  ),
   'id' => 'taxonomy_term',
   'originalClass' => 'Drupal\\taxonomy\\Entity\\Term',
   'handlers' => 
  array (
    'storage' => 'Drupal\\taxonomy\\TermStorage',
    'storage_schema' => 'Drupal\\taxonomy\\TermStorageSchema',
    'view_builder' => 'Drupal\\Core\\Entity\\EntityViewBuilder',
    'list_builder' => 'Drupal\\Core\\Entity\\EntityListBuilder',
    'access' => 'Drupal\\taxonomy\\TermAccessControlHandler',
    'views_data' => 'Drupal\\taxonomy\\TermViewsData',
    'form' => 
    array (
      'default' => 'Drupal\\taxonomy\\TermForm',
      'delete' => 'Drupal\\taxonomy\\Form\\TermDeleteForm',
      'content_translation_deletion' => '\\Drupal\\content_translation\\Form\\ContentTranslationDeleteForm',
    ),
    'translation' => 'Drupal\\taxonomy\\TermTranslationHandler',
    'moderation' => '',
  ),
   'admin_permission' => NULL,
   'permission_granularity' => 'bundle',
   'links' => 
  array (
    'canonical' => '/taxonomy/term/{taxonomy_term}',
    'delete-form' => '/taxonomy/term/{taxonomy_term}/delete',
    'edit-form' => '/taxonomy/term/{taxonomy_term}/edit',
    'create' => '/taxonomy/term',
    'devel-load' => '/devel/taxonomy_term/{taxonomy_term}',
    'devel-render' => '/devel/taxonomy_term/{taxonomy_term}/render',
    'devel-definition' => '/devel/taxonomy_term/{taxonomy_term}/definition',
    'token-devel' => '/taxonomy/term/{taxonomy_term}/devel/token',
    'drupal:content-translation-overview' => '/taxonomy/term/{taxonomy_term}/translations',
    'drupal:content-translation-add' => '/taxonomy/term/{taxonomy_term}/translations/add/{source}/{target}',
    'drupal:content-translation-edit' => '/taxonomy/term/{taxonomy_term}/translations/edit/{language}',
    'drupal:content-translation-delete' => '/taxonomy/term/{taxonomy_term}/translations/delete/{language}',
  ),
   'label_callback' => NULL,
   'bundle_entity_type' => 'taxonomy_vocabulary',
   'bundle_of' => NULL,
   'bundle_label' => 
  Drupal\Core\StringTranslation\TranslatableMarkup::__set_state(array(
     'translatedMarkup' => NULL,
     'options' => 
    array (
    ),
     'stringTranslation' => NULL,
     'string' => 'Vocabulary',
     'arguments' => 
    array (
    ),
  )),
   'base_table' => 'taxonomy_term_data',
   'revision_data_table' => 'taxonomy_term_field_revision',
   'revision_table' => 'taxonomy_term_revision',
   'data_table' => 'taxonomy_term_field_data',
   'internal' => false,
   'translatable' => true,
   'show_revision_ui' => false,
   'label' => 
  Drupal\Core\StringTranslation\TranslatableMarkup::__set_state(array(
     'translatedMarkup' => NULL,
     'options' => 
    array (
    ),
     'stringTranslation' => NULL,
     'string' => 'Taxonomy term',
     'arguments' => 
    array (
    ),
  )),
   'label_collection' => 
  Drupal\Core\StringTranslation\TranslatableMarkup::__set_state(array(
     'translatedMarkup' => NULL,
     'options' => 
    array (
    ),
     'stringTranslation' => NULL,
     'string' => 'Taxonomy terms',
     'arguments' => 
    array (
    ),
  )),
   'label_singular' => 
  Drupal\Core\StringTranslation\TranslatableMarkup::__set_state(array(
     'translatedMarkup' => NULL,
     'options' => 
    array (
    ),
     'stringTranslation' => NULL,
     'string' => 'taxonomy term',
     'arguments' => 
    array (
    ),
  )),
   'label_plural' => 
  Drupal\Core\StringTranslation\TranslatableMarkup::__set_state(array(
     'translatedMarkup' => NULL,
     'options' => 
    array (
    ),
     'stringTranslation' => NULL,
     'string' => 'taxonomy terms',
     'arguments' => 
    array (
    ),
  )),
   'label_count' => 
  array (
    'singular' => '@count taxonomy term',
    'plural' => '@count taxonomy terms',
    'context' => NULL,
  ),
   'uri_callback' => 'taxonomy_term_uri',
   'group' => 'content',
   'group_label' => 
  Drupal\Core\StringTranslation\TranslatableMarkup::__set_state(array(
     'translatedMarkup' => NULL,
     'options' => 
    array (
      'context' => 'Entity type group',
    ),
     'stringTranslation' => NULL,
     'string' => 'Content',
     'arguments' => 
    array (
    ),
  )),
   'field_ui_base_route' => 'entity.taxonomy_vocabulary.overview_form',
   'common_reference_target' => true,
   'list_cache_contexts' => 
  array (
  ),
   'list_cache_tags' => 
  array (
    0 => 'taxonomy_term_list',
  ),
   'constraints' => 
  array (
    'TaxonomyHierarchy' => 
    array (
    ),
    'EntityChanged' => NULL,
    'EntityUntranslatableFields' => NULL,
    'ContentTranslationSynchronizedFields' => NULL,
  ),
   'additional' => 
  array (
    'token_type' => 'term',
    'content_translation_metadata' => 'Drupal\\content_translation\\ContentTranslationMetadataWrapper',
    'translation' => 
    array (
      'content_translation' => 
      array (
        'access_callback' => 'content_translation_translate_access',
      ),
    ),
  ),
   'class' => 'Drupal\\taxonomy\\Entity\\Term',
   'provider' => 'taxonomy',
   '_serviceIds' => 
  array (
  ),
   '_entityStorages' => 
  array (
  ),
   'stringTranslation' => NULL,
))