You are here

public function OpignoActivityInterface::getCurrentRevision in Opigno module 8

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

Gets the current revision vid.

Return value

string Vid.

1 method overrides OpignoActivityInterface::getCurrentRevision()
OpignoActivity::getCurrentRevision in src/Entity/OpignoActivity.php
Gets the current revision vid.

File

src/Entity/OpignoActivityInterface.php, line 38

Class

OpignoActivityInterface
Provides an interface for defining Activity entities.

Namespace

Drupal\opigno_module\Entity

Code

public function getCurrentRevision();