You are here

public function AppCredentialDeleteApiProductEvent::getApiProduct in Apigee Edge 8

Returns name of the API product that has been removed.

Return value

string Name of the API product.

File

src/Event/AppCredentialDeleteApiProductEvent.php, line 69

Class

AppCredentialDeleteApiProductEvent
Triggered after an API product have been removed from an app credential.

Namespace

Drupal\apigee_edge\Event

Code

public function getApiProduct() : string {
  return $this->apiProduct;
}