public function GoogleApiServiceClient::getId 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::getId()
File
- src/
Entity/ GoogleApiServiceClient.php, line 123
Class
- GoogleApiServiceClient
- Defines the GoogleApiServiceClient entity.
Namespace
Drupal\google_api_client\EntityCode
public function getId() {
return $this->id;
}