You are here

public function OpignoActivityInterface::revisionIds in Opigno module 8

Same name and namespace in other branches
  1. 3.x src/Entity/OpignoActivityInterface.php \Drupal\opigno_module\Entity\OpignoActivityInterface::revisionIds()

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

Return value

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

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

File

src/Entity/OpignoActivityInterface.php, line 98

Class

OpignoActivityInterface
Provides an interface for defining Activity entities.

Namespace

Drupal\opigno_module\Entity

Code

public function revisionIds();