Drupal\Core\Entity\ContentEntityType (40)
  • Properties (40)
  • protected revision_metadata_keys -> array (4)
    revision_user => string (13) "revision_user"
    revision_created => string (16) "revision_created"
    revision_log_message => string (20) "revision_log_message"
    revision_default => string (16) "revision_default"
    protected static_cache -> boolean true
    protected render_cache -> boolean true
    protected persistent_cache -> boolean true
    protected entity_keys -> array (9)
    id => string (3) "tid"
    revision => string (11) "revision_id"
    bundle => string (3) "vid"
    label => string (4) "name"
    langcode => string (8) "langcode"
    uuid => string (4) "uuid"
    published => string (6) "status"
    default_langcode => string (16) "default_langcode"
    revision_translation_affected => string (29) "revision_translation_affected"
    protected id -> string (13) "taxonomy_term"
    protected originalClass -> string (27) "Drupal\taxonomy\Entity\Term"
    protected handlers -> array (12)
    storage => string (27) "Drupal\taxonomy\TermStorage"
    storage_schema => string (33) "Drupal\taxonomy\TermStorageSchema"
    view_builder => string (36) "Drupal\Core\Entity\EntityViewBuilder"
    list_builder => string (36) "Drupal\Core\Entity\EntityListBuilder"
    access => string (40) "Drupal\taxonomy\TermAccessControlHandler"
    views_data => string (29) "Drupal\taxonomy\TermViewsData"
    form => array (2)
    default => string (24) "Drupal\taxonomy\TermForm"
    delete => string (35) "Drupal\taxonomy\Form\TermDeleteForm"
    translation => string (38) "Drupal\taxonomy\TermTranslationHandler"
    entity_clone => string (63) "Drupal\entity_clone\EntityClone\Content\TaxonomyTermEntityClone"
    entity_clone_form => string (66) "Drupal\entity_clone\EntityClone\Content\ContentEntityCloneFormBase"
    inline_form => string (48) "\Drupal\inline_entity_form\Form\EntityInlineForm"
    query_access => string (53) "Drupal\entity\QueryAccess\EventOnlyQueryAccessHandler"
    protected admin_permission -> null
    protected permission_granularity -> string (6) "bundle"
    protected links -> array (9)
    canonical => string (30) "/taxonomy/term/{taxonomy_term}"
    delete-form => string (37) "/taxonomy/term/{taxonomy_term}/delete"
    edit-form => string (35) "/taxonomy/term/{taxonomy_term}/edit"
    create => string (14) "/taxonomy/term"
    clone-form => string (43) "/entity_clone/taxonomy_term/{taxonomy_term}"
    devel-load => string (36) "/devel/taxonomy_term/{taxonomy_term}"
    devel-render => string (43) "/devel/taxonomy_term/{taxonomy_term}/render"
    devel-definition => string (47) "/devel/taxonomy_term/{taxonomy_term}/definition"
    token-devel => string (42) "/taxonomy/term/{taxonomy_term}/devel/token"
    protected bundle_entity_type -> string (19) "taxonomy_vocabulary"
    protected bundle_of -> null
    protected bundle_label -> Drupal\Core\StringTranslation\TranslatableMarkup (5)
    • Properties (5)
    • protected translatedMarkup -> null
      protected options -> array (0)
      protected stringTranslation -> null
      protected string -> string (10) "Vocabulary"
      protected arguments -> array (0)
    protected base_table -> string (18) "taxonomy_term_data"
    protected revision_data_table -> string (28) "taxonomy_term_field_revision"
    protected revision_table -> string (22) "taxonomy_term_revision"
    protected data_table -> string (24) "taxonomy_term_field_data"
    protected internal -> boolean false
    protected translatable -> boolean true
    protected show_revision_ui -> boolean false
    protected label -> Drupal\Core\StringTranslation\TranslatableMarkup (5)
    • Properties (5)
    • protected translatedMarkup -> null
      protected options -> array (0)
      protected stringTranslation -> null
      protected string -> string (13) "Taxonomy term"
      protected arguments -> array (0)
    protected label_collection -> Drupal\Core\StringTranslation\TranslatableMarkup (5)
    • Properties (5)
    • protected translatedMarkup -> null
      protected options -> array (0)
      protected stringTranslation -> null
      protected string -> string (14) "Taxonomy terms"
      protected arguments -> array (0)
    protected label_singular -> Drupal\Core\StringTranslation\TranslatableMarkup (5)
    • Properties (5)
    • protected translatedMarkup -> null
      protected options -> array (0)
      protected stringTranslation -> null
      protected string -> string (13) "taxonomy term"
      protected arguments -> array (0)
    protected label_plural -> Drupal\Core\StringTranslation\TranslatableMarkup (5)
    • Properties (5)
    • protected translatedMarkup -> null
      protected options -> array (0)
      protected stringTranslation -> null
      protected string -> string (14) "taxonomy terms"
      protected arguments -> array (0)
    protected label_count -> array (3)
    singular => string (20) "@count taxonomy term"
    plural => string (21) "@count taxonomy terms"
    context => null
    protected uri_callback -> string (17) "taxonomy_term_uri"
    protected group -> string (7) "content"
    protected group_label -> Drupal\Core\StringTranslation\TranslatableMarkup (5)
    • Properties (5)
    • protected translatedMarkup -> null
      protected options -> array (1)
      context => string (17) "Entity type group"
      protected stringTranslation -> null
      protected string -> string (7) "Content"
      protected arguments -> array (0)
    protected field_ui_base_route -> string (40) "entity.taxonomy_vocabulary.overview_form"
    protected common_reference_target -> boolean true
    protected list_cache_contexts -> array (0)
    protected list_cache_tags -> array (1)
    0 => string (18) "taxonomy_term_list"
    protected constraints -> array (3)
    TaxonomyHierarchy => array (0)
    EntityChanged => null
    EntityUntranslatableFields => null
    protected additional -> array (1)
    token_type => string (4) "term"
    protected class -> string (27) "Drupal\taxonomy\Entity\Term"
    protected provider -> string (8) "taxonomy"
    protected _serviceIds -> array (0)
    protected _entityStorages -> array (0)
    protected stringTranslation -> null
Called from <ROOT>/modules/contrib/devel/src/Controller/EntityDebugController.php:59 [Drupal\devel\DevelDumperManager->exportAsRenderable()]
  1. <ROOT>/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php:123 [call_user_func_array()]
  2. <ROOT>/core/lib/Drupal/Core/Render/Renderer.php:578 [Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()]
  3. <ROOT>/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php:124 [Drupal\Core\Render\Renderer->executeInRenderContext()]
  4. <ROOT>/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php:97 [Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext()]
  5. .../symfony/http-kernel/HttpKernel.php:158 [Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()]
  6. .../symfony/http-kernel/HttpKernel.php:80 [Symfony\Component\HttpKernel\HttpKernel->handleRaw()]
  7. <ROOT>/core/lib/Drupal/Core/StackMiddleware/Session.php:57 [Symfony\Component\HttpKernel\HttpKernel->handle()]
  8. <ROOT>/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php:47 [Drupal\Core\StackMiddleware\Session->handle()]
  9. <ROOT>/core/modules/page_cache/src/StackMiddleware/PageCache.php:191 [Drupal\Core\StackMiddleware\KernelPreHandle->handle()]
  10. <ROOT>/core/modules/page_cache/src/StackMiddleware/PageCache.php:128 [Drupal\page_cache\StackMiddleware\PageCache->fetch()]
  11. <ROOT>/core/modules/page_cache/src/StackMiddleware/PageCache.php:82 [Drupal\page_cache\StackMiddleware\PageCache->lookup()]
  12. <ROOT>/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php:47 [Drupal\page_cache\StackMiddleware\PageCache->handle()]
  13. <ROOT>/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php:52 [Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle()]
  14. .../stack/builder/src/Stack/StackedHttpKernel.php:23 [Drupal\Core\StackMiddleware\NegotiationMiddleware->handle()]
  15. <ROOT>/core/lib/Drupal/Core/DrupalKernel.php:716 [Stack\StackedHttpKernel->handle()]
  16. <ROOT>/index.php:19 [Drupal\Core\DrupalKernel->handle()]