You are here

public function GoogleApiClientInterface::getOwner in Google API PHP Client 8.3

Same name and namespace in other branches
  1. 8.4 src/GoogleApiClientInterface.php \Drupal\google_api_client\GoogleApiClientInterface::getOwner()
  2. 8.2 src/GoogleApiClientInterface.php \Drupal\google_api_client\GoogleApiClientInterface::getOwner()

Function returns Owner Id of the account.

Return value

\Drupal\user\Entity\User Returns Owner object.

Overrides EntityOwnerInterface::getOwner

1 method overrides GoogleApiClientInterface::getOwner()
GoogleApiClient::getOwner in src/Entity/GoogleApiClient.php
Function returns Owner Id of the account.

File

src/GoogleApiClientInterface.php, line 78

Class

GoogleApiClientInterface
Provides an interface defining a GoogleApiClient entity.

Namespace

Drupal\google_api_client

Code

public function getOwner();