Class BaseGetButtonsEvent
Class BaseGetButtonsEvent.
Base event for retrieving buttons. This event is not being emitted anywhere as it is only a base class for other events.
- Symfony\Component\EventDispatcher\Event
-
DcGeneral\Event\AbstractEnvironmentAwareEvent implements DcGeneral\EnvironmentAwareInterface
-
DcGeneral\Contao\View\Contao2BackendView\Event\BaseGetButtonsEvent
Direct known subclasses
DcGeneral\Contao\View\Contao2BackendView\Event\GetEditModeButtonsEvent, DcGeneral\Contao\View\Contao2BackendView\Event\GetGlobalButtonsEvent, DcGeneral\Contao\View\Contao2BackendView\Event\GetSelectModeButtonsEvent
Namespace: DcGeneral\Contao\View\Contao2BackendView\Event
Package: DcGeneral\Contao\View\Contao2BackendView\Event
Located at Contao/View/Contao2BackendView/Event/BaseGetButtonsEvent.php
Package: DcGeneral\Contao\View\Contao2BackendView\Event
Located at Contao/View/Contao2BackendView/Event/BaseGetButtonsEvent.php
public
mixed
|
|
public
string[]
|
__construct(),
getEnvironment()
|
string |
NAME
|
'dc-general.view.contao2backend.get-buttons' |
#
The name of the event. |
protected
string[]
|
$buttons |
|
#
The list of buttons. |
$environment
|