You are here

public function InvoiceStorageInterface::revisionIds in Drupal PM (Project Management) 4.x

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

Parameters

\Drupal\pm_invoice\Entity\InvoiceInterface $entity: The Invoice entity.

Return value

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

1 method overrides InvoiceStorageInterface::revisionIds()
InvoiceStorage::revisionIds in modules/pm_invoice/src/InvoiceStorage.php
Gets a list of Invoice revision IDs for a specific Invoice.

File

modules/pm_invoice/src/InvoiceStorageInterface.php, line 28

Class

InvoiceStorageInterface
Defines the storage handler class for Invoice entities.

Namespace

Drupal\pm_invoice

Code

public function revisionIds(InvoiceInterface $entity);