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\EventCode
public function getApiProduct() : string {
return $this->apiProduct;
}