public function EventStorageInterface::revisionIds in Event 8
Gets a list of Event revision IDs for a specific Event.
Parameters
\Drupal\event\Entity\EventInterface $entity: The Event entity.
Return value
int[] Event revision IDs (in ascending order).
1 method overrides EventStorageInterface::revisionIds()
- EventStorage::revisionIds in src/
EventStorage.php - Gets a list of Event revision IDs for a specific Event.
File
- src/
EventStorageInterface.php, line 29
Class
- EventStorageInterface
- Defines the storage handler class for Event entities.
Namespace
Drupal\eventCode
public function revisionIds(EventInterface $entity);