You are here

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

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

Parameters

\Drupal\pm_project\Entity\ProjectInterface $entity: The Project entity.

Return value

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

1 method overrides ProjectStorageInterface::revisionIds()
ProjectStorage::revisionIds in modules/pm_project/src/ProjectStorage.php
Gets a list of Project revision IDs for a specific Project.

File

modules/pm_project/src/ProjectStorageInterface.php, line 28

Class

ProjectStorageInterface
Defines the storage handler class for Project entities.

Namespace

Drupal\pm_project

Code

public function revisionIds(ProjectInterface $entity);