This class holds everything together.

 Constants

 

The ACTION event occurs when an action must be handled.

ACTION : string
API
This event allows to handle DC actions. The event listener method receives a ContaoCommunityAlliance\DcGeneral\Event\ActionEvent instance.
api
 

The FORMAT_MODEL_LABEL event occurs when a label for a model must be formatted.

FORMAT_MODEL_LABEL : string
API
The event listener method receives a ContaoCommunityAlliance\DcGeneral\Event\FormatModelLabelEvent instance.
Event
api
 

The VIEW event occurs when a specific view must be rendered.

VIEW : string
API
This event allows you to render a specific view. The event listener method receives a ContaoCommunityAlliance\DcGeneral\Event\ViewEvent instance.
Event
api