public function Gauth::getId in Google Auth 8
File
- src/
Entity/ Gauth.php, line 133
Class
- Gauth
- Defines the Gauth entity.
Namespace
Drupal\gauth\EntityCode
public function getId() {
return $this
->get('id')->value;
}
public function getId() {
return $this
->get('id')->value;
}