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