EntityDisplayBase::$targetEntityType
  • References/PHP/Drupal/Entity/EntityDisplayBase

Entity type to be displayed. Type: string File core

2025-01-10 15:47:30
EntityDisplayBase::$fieldDefinitions
  • References/PHP/Drupal/Entity/EntityDisplayBase

A list of field definitions eligible for configuration in this display. Type: \Drupal\Core\Field\FieldDefinitionInterface[]

2025-01-10 15:47:30
EntityDisplayBase::getTargetBundle
  • References/PHP/Drupal/Entity/EntityDisplayBase

public EntityDisplayBase::getTargetBundle()

2025-01-10 15:47:30
EntityDisplayBase::preSave
  • References/PHP/Drupal/Entity/EntityDisplayBase

public EntityDisplayBase::preSave(EntityStorageInterface $storage

2025-01-10 15:47:30
EntityDisplayBase::__wakeup
  • References/PHP/Drupal/Entity/EntityDisplayBase

public EntityDisplayBase::__wakeup()

2025-01-10 15:47:30
EntityDisplayBase::CUSTOM_MODE
  • References/PHP/Drupal/Entity/EntityDisplayBase

The 'mode' for runtime EntityDisplay objects used to render entities with arbitrary display options rather than a configured view mode or form mode. @todo

2025-01-10 15:47:30
EntityDisplayBase::getTargetEntityTypeId
  • References/PHP/Drupal/Entity/EntityDisplayBase

public EntityDisplayBase::getTargetEntityTypeId()

2025-01-10 15:47:30
EntityDisplayBase::$id
  • References/PHP/Drupal/Entity/EntityDisplayBase

Unique ID for the config entity. Type: string File

2025-01-10 15:47:30
EntityDisplayBase::$renderer
  • References/PHP/Drupal/Entity/EntityDisplayBase

The renderer. Type:

2025-01-10 15:47:30
EntityDisplayBase::$originalMode
  • References/PHP/Drupal/Entity/EntityDisplayBase

The original view or form mode that was requested (case of view/form modes being configured to fall back to the 'default' display). Type:

2025-01-10 15:47:30