public function Gauth::getDeveloperKey in Google Auth 8
1 call to Gauth::getDeveloperKey()
- Gauth::save in src/
Entity/ Gauth.php
File
- src/
Entity/ Gauth.php, line 147
Class
- Gauth
- Defines the Gauth entity.
Namespace
Drupal\gauth\EntityCode
public function getDeveloperKey() {
return $this
->get('developer_key')->value;
}