You are here

public function Gauth::setName in Google Auth 8

File

src/Entity/Gauth.php, line 215

Class

Gauth
Defines the Gauth entity.

Namespace

Drupal\gauth\Entity

Code

public function setName($name) {
  return $this
    ->set('name', $name);
}