You are here

public function EntityformSubmission::id in Entityform 8.2

Implements Drupal\Core\Entity\EntityInterface::id().

Overrides ContentEntityBase::id

File

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

Class

EntityformSubmission
Defines the entityform entity class.

Namespace

Drupal\entityform\Entity

Code

public function id() {
  return $this
    ->get('nid')->value;
}