EntityStorageBase::$entityClass
  • References/PHP/Drupal/Entity/EntityStorageBase

Name of the entity class. Type: string File core/li

2025-01-10 15:47:30
EntityStorageBase::delete
  • References/PHP/Drupal/Entity/EntityStorageBase

public EntityStorageBase::delete(array $entities)

2025-01-10 15:47:30
EntityStorageBase::save
  • References/PHP/Drupal/Entity/EntityStorageBase

public EntityStorageBase::save(EntityInterface $entity)

2025-01-10 15:47:30
EntityStorageBase::$entities
  • References/PHP/Drupal/Entity/EntityStorageBase

Static cache of entities, keyed by entity ID. Type:

2025-01-10 15:47:30
EntityStorageBase::$uuidKey
  • References/PHP/Drupal/Entity/EntityStorageBase

Name of entity's UUID database table field, if it supports UUIDs. Has the value FALSE if this entity does not use UUIDs.

2025-01-10 15:47:30
EntityStorageBase::getEntityType
  • References/PHP/Drupal/Entity/EntityStorageBase

public EntityStorageBase::getEntityType()

2025-01-10 15:47:30
EntityStorageBase::has
  • References/PHP/Drupal/Entity/EntityStorageBase

abstract protected EntityStorageBase::has($id, EntityInterface

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

A base entity storage class. Hierarchy class \Drupal\Core\Entity\

2025-01-10 15:47:30
EntityStorageBase::$idKey
  • References/PHP/Drupal/Entity/EntityStorageBase

Name of the entity's ID field in the entity database table. Type: string File

2025-01-10 15:47:30
EntityStorageBase::mapFromStorageRecords
  • References/PHP/Drupal/Entity/EntityStorageBase

protected EntityStorageBase::mapFromStorageRecords(array $records)

2025-01-10 15:47:30