You are here

public function OpignoAnswerStorageInterface::revisionIds in Opigno module 3.x

Same name and namespace in other branches
  1. 8 src/OpignoAnswerStorageInterface.php \Drupal\opigno_module\OpignoAnswerStorageInterface::revisionIds()

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

Parameters

\Drupal\opigno_module\Entity\OpignoAnswerInterface $entity: The Answer entity.

Return value

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

1 method overrides OpignoAnswerStorageInterface::revisionIds()
OpignoAnswerStorage::revisionIds in src/OpignoAnswerStorage.php
Gets a list of Answer revision IDs for a specific Answer.

File

src/OpignoAnswerStorageInterface.php, line 29

Class

OpignoAnswerStorageInterface
Defines the storage handler class for Answer entities.

Namespace

Drupal\opigno_module

Code

public function revisionIds(OpignoAnswerInterface $entity);