Documentation

pm_Hook_ActionLog
in package
implements pm_Hook_Interface

Hook for registering events

Tags
since
17.0

Interfaces, Classes and Traits

pm_Hook_Interface
Generic interface for hooks

Table of Contents

getEvents()  : array<string|int, mixed>
Retrieve the list of events

Methods

getEvents()

Retrieve the list of events

public abstract getEvents() : array<string|int, mixed>
[
    'unique_event_id' => 'Event title',
    ...
]
Return values
array<string|int, mixed>

Search results