You are here

public function AbstractAppCredentialEvent::getAppName in Apigee Edge 8

Returns the name of the app.

Return value

string The app name.

File

src/Event/AbstractAppCredentialEvent.php, line 121

Class

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

Namespace

Drupal\apigee_edge\Event

Code

public function getAppName() : string {
  return $this->appName;
}