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