public function ClientEntityInterface::setName in Simple OAuth (OAuth2) & OpenID Connect 8.2
Same name and namespace in other branches
- 8.4 src/Entities/ClientEntityInterface.php \Drupal\simple_oauth\Entities\ClientEntityInterface::setName()
- 8.3 src/Entities/ClientEntityInterface.php \Drupal\simple_oauth\Entities\ClientEntityInterface::setName()
- 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
Namespace
Drupal\simple_oauth\EntitiesCode
public function setName($name);