ContactEventListener
in package
implements
EventListenerInterface
Table of Contents
Interfaces
Methods
- getEventHandlers() : array<string|int, mixed>
- returns an array of callbacks as <event name> => <callable>
- RegisterGraphQLMutationFields() : mixed
Methods
getEventHandlers()
returns an array of callbacks as <event name> => <callable>
public
getEventHandlers() : array<string|int, mixed>
Return values
array<string|int, mixed>RegisterGraphQLMutationFields()
public
RegisterGraphQLMutationFields(Event $e) : mixed
Parameters
- $e : Event