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