Copied!

EventTypeInterface

EventTypeInterface.php : 17

Definition of event type.

Methods

publicgetActions()

EventTypeInterface.php : 37

Returns actions supported by event type.

public getActions() : EventActionCollection

Return values

EventActionCollection

publicgetEventName()

EventTypeInterface.php : 32

Returns the name of the event.

public getEventName(Event $event) : string

Parameters

Name Type Default value Description
$event Event - -

Return values

string

publicgetTypeIdentifier()

EventTypeInterface.php : 22

Returns event type identifier.

public getTypeIdentifier() : string

Return values

string

publicgetTypeLabel()

EventTypeInterface.php : 27

Returns human-readable label for event type.

public getTypeLabel() : string

Return values

string