You are here

public function EntityformSubmission::getRevisionId in Entityform 8.2

Overrides Drupal\Core\Entity\Entity::getRevisionId().

Overrides ContentEntityBase::getRevisionId

File

lib/Drupal/entityform/Entity/EntityformSubmission.php, line 73
Definition of Drupal\entityform\Entity\EntityformSubmission.

Class

EntityformSubmission
Defines the entityform entity class.

Namespace

Drupal\entityform\Entity

Code

public function getRevisionId() {
  return $this
    ->get('vid')->value;
}