public function Gauth::setDeveloperKey in Google Auth 8
File
- src/
Entity/ Gauth.php, line 222
Class
- Gauth
- Defines the Gauth entity.
Namespace
Drupal\gauth\EntityCode
public function setDeveloperKey($key) {
return $this
->set('developer_key', $key);
}