Back to top
Drupal\Core\Entity\ContentEntityType (40)
  • Properties (40)
  • protected id -> string (4) "user"
    protected class -> string (23) "Drupal\user\Entity\User"
    protected provider -> string (4) "user"
    protected static_cache -> boolean true
    protected render_cache -> boolean true
    protected persistent_cache -> boolean true
    protected entity_keys -> array (7)
    id => string (3) "uid"
    langcode => string (8) "langcode"
    uuid => string (4) "uuid"
    revision => string (0) ""
    bundle => string (0) ""
    default_langcode => string (16) "default_langcode"
    revision_translation_affected => string (29) "revision_translation_affected"
    protected originalClass -> string (23) "Drupal\user\Entity\User"
    protected handlers -> array (10)
    storage => string (23) "Drupal\user\UserStorage"
    storage_schema => string (29) "Drupal\user\UserStorageSchema"
    access => string (36) "Drupal\user\UserAccessControlHandler"
    list_builder => string (27) "Drupal\user\UserListBuilder"
    views_data => string (25) "Drupal\user\UserViewsData"
    route_provider => array (1)
    html => string (36) "Drupal\user\Entity\UserRouteProvider"
    form => array (3)
    default => string (23) "Drupal\user\ProfileForm"
    cancel => string (31) "Drupal\user\Form\UserCancelForm"
    register => string (24) "Drupal\user\RegisterForm"
    translation => string (37) "Drupal\user\ProfileTranslationHandler"
    view_builder => string (36) "Drupal\Core\Entity\EntityViewBuilder"
    inline_form => string (48) "\Drupal\inline_entity_form\Form\EntityInlineForm"
    protected admin_permission -> string (16) "administer users"
    protected permission_granularity -> string (11) "entity_type"
    protected links -> array (9)
    canonical => string (12) "/user/{user}"
    edit-form => string (17) "/user/{user}/edit"
    cancel-form => string (19) "/user/{user}/cancel"
    collection => string (13) "/admin/people"
    devel-load => string (18) "/devel/user/{user}"
    devel-render => string (25) "/devel/user/{user}/render"
    devel-definition => string (29) "/devel/user/{user}/definition"
    masquerade => string (23) "/user/{user}/masquerade"
    token-devel => string (24) "/user/{user}/devel/token"
    protected bundle_entity_type -> null
    protected bundle_of -> null
    protected bundle_label -> null
    protected base_table -> string (5) "users"
    protected revision_data_table -> null
    protected revision_table -> null
    protected data_table -> string (16) "users_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 string -> string (4) "User"
      protected arguments -> array (0)
      protected translatedMarkup -> null
      protected options -> array (0)
      protected stringTranslation -> null
    protected label_collection -> Drupal\Core\StringTranslation\TranslatableMarkup (5)
    • Properties (5)
    • protected string -> string (5) "Users"
      protected arguments -> array (0)
      protected translatedMarkup -> null
      protected options -> array (0)
      protected stringTranslation -> null
    protected label_singular -> Drupal\Core\StringTranslation\TranslatableMarkup (5)
    • Properties (5)
    • protected string -> string (4) "user"
      protected arguments -> array (0)
      protected translatedMarkup -> null
      protected options -> array (0)
      protected stringTranslation -> null
    protected label_plural -> Drupal\Core\StringTranslation\TranslatableMarkup (5)
    • Properties (5)
    • protected string -> string (5) "users"
      protected arguments -> array (0)
      protected translatedMarkup -> null
      protected options -> array (0)
      protected stringTranslation -> null
    protected label_count -> array (3)
    singular => string (11) "@count user"
    plural => string (12) "@count users"
    context => null
    protected uri_callback -> null
    protected group -> string (7) "content"
    protected group_label -> Drupal\Core\StringTranslation\TranslatableMarkup (5)
    • Properties (5)
    • protected string -> string (7) "Content"
      protected arguments -> array (0)
      protected translatedMarkup -> null
      protected options -> array (1)
      context => string (17) "Entity type group"
      protected stringTranslation -> null
    protected field_ui_base_route -> string (22) "entity.user.admin_form"
    protected common_reference_target -> boolean true
    protected list_cache_contexts -> array (0)
    protected list_cache_tags -> array (1)
    0 => string (9) "user_list"
    protected constraints -> array (2)
    EntityChanged => null
    EntityUntranslatableFields => null
    protected additional -> array (1)
    token_type => string (4) "user"
    protected _serviceIds -> array (0)
    protected _entityStorages -> array (0)
    protected stringTranslation -> null
    protected revision_metadata_keys -> array (1)
    revision_default => string (16) "revision_default"
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:580 [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:169 [Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()]
  6. .../symfony/http-kernel/HttpKernel.php:81 [Symfony\Component\HttpKernel\HttpKernel->handleRaw()]
  7. <ROOT>/core/lib/Drupal/Core/StackMiddleware/Session.php:58 [Symfony\Component\HttpKernel\HttpKernel->handle()]
  8. <ROOT>/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php:48 [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:48 [Drupal\page_cache\StackMiddleware\PageCache->handle()]
  13. <ROOT>/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php:51 [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:713 [Stack\StackedHttpKernel->handle()]
  16. <ROOT>/index.php:19 [Drupal\Core\DrupalKernel->handle()]