You are here

public function ClientEntityInterface::setName in Simple OAuth (OAuth2) & OpenID Connect 8.2

Same name and namespace in other branches
  1. 8.4 src/Entities/ClientEntityInterface.php \Drupal\simple_oauth\Entities\ClientEntityInterface::setName()
  2. 8.3 src/Entities/ClientEntityInterface.php \Drupal\simple_oauth\Entities\ClientEntityInterface::setName()
  3. 5.x src/Entities/ClientEntityInterface.php \Drupal\simple_oauth\Entities\ClientEntityInterface::setName()

Set the name of the client.

Parameters

string $name: The name to set.

1 method overrides ClientEntityInterface::setName()
ClientEntity::setName in src/Entities/ClientEntity.php
Set the name of the client.

File

src/Entities/ClientEntityInterface.php, line 16

Class

ClientEntityInterface

Namespace

Drupal\simple_oauth\Entities

Code

public function setName($name);