You are here

public function AbstractAppCredentialEvent::getOwnerId in Apigee Edge 8

Returns owner id which is either a company name or a developer id (email).

Return value

string The owner id.

File

src/Event/AbstractAppCredentialEvent.php, line 111

Class

AbstractAppCredentialEvent
Base class for app credential create, generate and add products events.

Namespace

Drupal\apigee_edge\Event

Code

public function getOwnerId() : string {
  return $this->ownerId;
}