You are here

public function Gauth::setServices in Google Auth 8

File

src/Entity/Gauth.php, line 243

Class

Gauth
Defines the Gauth entity.

Namespace

Drupal\gauth\Entity

Code

public function setServices($services) {
  return $this
    ->set('services', $services);
}