EntityStorageBase::setStaticCache
  • References/PHP/Drupal/Entity/EntityStorageBase

protected EntityStorageBase::setStaticCache(array $entities)

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

The UUID service. Type:

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

abstract protected EntityStorageBase::getQueryServiceName()

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

Information about the entity type. The following code returns the same object:

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

public EntityStorageBase::getQuery($conjunction = 'AND')

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

public EntityStorageBase::__construct(EntityTypeInterface $en

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

protected EntityStorageBase::postLoad(array &$entities)

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

abstract protected EntityStorageBase::doDelete($entities)

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

public EntityStorageBase::getEntityTypeId()

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

Entity type ID for this storage. Type: string File

2025-01-10 15:47:30