You are here

public function LogStorageInterface::loadMultipleByEntity in Commerce Core 8.2

Loads all logs for an entity.

Parameters

\Drupal\Core\Entity\ContentEntityInterface $entity: The entity.

Return value

\Drupal\commerce_log\Entity\LogInterface[] The logs.

1 method overrides LogStorageInterface::loadMultipleByEntity()
LogStorage::loadMultipleByEntity in modules/log/src/LogStorage.php
Loads all logs for an entity.

File

modules/log/src/LogStorageInterface.php, line 34

Class

LogStorageInterface

Namespace

Drupal\commerce_log

Code

public function loadMultipleByEntity(ContentEntityInterface $entity);