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