You are here

public function Gauth::getId in Google Auth 8

File

src/Entity/Gauth.php, line 133

Class

Gauth
Defines the Gauth entity.

Namespace

Drupal\gauth\Entity

Code

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