You are here

public function AppCredentialAddApiProductEvent::getNewProducts in Apigee Edge 8

Returns new API products added to the credential.

Return value

string[] Array of API product names.

File

src/Event/AppCredentialAddApiProductEvent.php, line 69

Class

AppCredentialAddApiProductEvent
Triggered when new API products have been added to an app credential.

Namespace

Drupal\apigee_edge\Event

Code

public function getNewProducts() : array {
  return $this->newProducts;
}