public function GoogleApiServiceClient::getName in Google API PHP Client 8.4
Same name and namespace in other branches
- 8.3 src/Entity/GoogleApiServiceClient.php \Drupal\google_api_client\Entity\GoogleApiServiceClient::getName()
File
- src/
Entity/ GoogleApiServiceClient.php, line 130
Class
- GoogleApiServiceClient
- Defines the GoogleApiServiceClient entity.
Namespace
Drupal\google_api_client\EntityCode
public function getName() {
return $this->label;
}