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