class EdgeEntityEventEdge in Apigee Edge 8
Defines the Edge entity event.
Hierarchy
- class \Drupal\apigee_edge_actions\Event\EdgeEntityEventBase extends \Symfony\Component\EventDispatcher\GenericEvent
- class \Drupal\apigee_edge_actions\Event\EdgeEntityEventEdge implements ApigeeEdgeActionsEventInterface
Expanded class hierarchy of EdgeEntityEventEdge
3 files declare their use of EdgeEntityEventEdge
- apigee_edge_actions.module in modules/
apigee_edge_actions/ apigee_edge_actions.module - AppCredentialEventSubscriber.php in modules/
apigee_edge_actions/ src/ EventSubscriber/ AppCredentialEventSubscriber.php - TeamMembershipManager.php in modules/
apigee_edge_actions/ src/ TeamMembershipManager.php
File
- modules/
apigee_edge_actions/ src/ Event/ EdgeEntityEventEdge.php, line 26
Namespace
Drupal\apigee_edge_actions\EventView source
class EdgeEntityEventEdge extends EdgeEntityEventBase implements ApigeeEdgeActionsEventInterface {
}