Skip to main content
Drupal\Core\Entity\ContentEntityType (42)
  • Properties (42)
  • 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 requiredRevisionMetadataKeys -> array (1)
    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 (9)
    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"
    moderation => string (0) ""
    protected admin_permission -> null
    protected permission_granularity -> string (6) "bundle"
    protected links -> array (8)
    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"
    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 label_callback -> null
    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:573 [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. <ROOT>/vendor/symfony/http-kernel/HttpKernel.php:151 [Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()]
  6. <ROOT>/vendor/symfony/http-kernel/HttpKernel.php:68 [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. <ROOT>/vendor/stack/builder/src/Stack/StackedHttpKernel.php:23 [Drupal\Core\StackMiddleware\NegotiationMiddleware->handle()]
  15. <ROOT>/core/lib/Drupal/Core/DrupalKernel.php:708 [Stack\StackedHttpKernel->handle()]
  16. <ROOT>/index.php:19 [Drupal\Core\DrupalKernel->handle()]