public static function CreateDeleteAppKey::getSubscribedEvents in Apigee Edge 8
File
- tests/modules/apigee_edge_test_app_keys/src/EventSubscriber/CreateDeleteAppKey.php, line 64
Class
- CreateDeleteAppKey
- Developer app credential create/delete event subscriber.
Namespace
Drupal\apigee_edge_test_app_keys\EventSubscriber
Code
public static function getSubscribedEvents() {
return [
AppCredentialCreateEvent::EVENT_NAME => 'onAppKeyCreateDelete',
AppCredentialDeleteEvent::EVENT_NAME => 'onAppKeyCreateDelete',
];
}