You are here

public function PetStorageInterface::revisionIds in Previewable email templates 8.3

Gets a list of Pet revision IDs for a specific Pet.

Parameters

\Drupal\pet\Entity\PetInterface $entity: The Pet entity.

Return value

int[] Pet revision IDs (in ascending order).

1 method overrides PetStorageInterface::revisionIds()
PetStorage::revisionIds in src/PetStorage.php
Gets a list of Pet revision IDs for a specific Pet.

File

src/PetStorageInterface.php, line 29

Class

PetStorageInterface
Defines the storage handler class for Pet entities.

Namespace

Drupal\pet

Code

public function revisionIds(PetInterface $entity);