Overview

Namespaces

  • DcGeneral
    • Clipboard
    • Contao
      • Callback
      • Compatibility
      • DataDefinition
        • Definition
      • Dca
        • Builder
          • Legacy
        • Definition
        • Palette
        • Populator
      • Event
      • View
        • Contao2BackendView
          • Event
    • Controller
    • Data
    • DataDefinition
      • Builder
      • Definition
        • Properties
        • View
          • Panel
      • ModelRelationship
      • Palette
        • Builder
          • Event
        • Condition
          • Palette
          • Property
    • EnvironmentPopulator
    • Event
    • Exception
    • Factory
      • Event
    • Panel
    • View
      • Event

Classes

  • AbstractCallbackListener
  • AbstractReturningCallbackListener
  • AbstractStaticCallbackListener
  • Callbacks
  • ContainerGetBreadcrumbCallbackListener
  • ContainerGlobalButtonCallbackListener
  • ContainerHeaderCallbackListener
  • ContainerOnCopyCallbackListener
  • ContainerOnCutCallbackListener
  • ContainerOnDeleteCallbackListener
  • ContainerOnLoadCallbackListener
  • ContainerOnSubmitCallbackListener
  • ContainerPasteButtonCallbackListener
  • ContainerPasteRootButtonCallbackListener
  • ModelChildRecordCallbackListener
  • ModelGroupCallbackListener
  • ModelLabelCallbackListener
  • ModelOperationButtonCallbackListener
  • ModelOptionsCallbackListener
  • PropertyInputFieldCallbackListener
  • PropertyInputFieldGetWizardCallbackListener
  • PropertyOnLoadCallbackListener
  • PropertyOnSaveCallbackListener
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class ModelOperationButtonCallbackListener

Class ModelOperationButtonCallbackListener.

Handle the button_callbacks.

DcGeneral\Contao\Callback\AbstractCallbackListener
Extended by DcGeneral\Contao\Callback\AbstractReturningCallbackListener
Extended by DcGeneral\Contao\Callback\ModelOperationButtonCallbackListener
Namespace: DcGeneral\Contao\Callback
Package: DcGeneral\Contao\Callback
Located at Contao/Callback/ModelOperationButtonCallbackListener.php
Methods summary
public array
# getArgs( DcGeneral\Contao\View\Contao2BackendView\Event\GetOperationButtonEvent $event )

Retrieve the arguments for the callback.

Retrieve the arguments for the callback.

Parameters

$event
DcGeneral\Contao\View\Contao2BackendView\Event\GetOperationButtonEvent
$event The event being emitted.

Returns

array
public
# update( DcGeneral\Contao\View\Contao2BackendView\Event\GetOperationButtonEvent $event, string $value )

Set the value in the event.

Set the value in the event.

Parameters

$event
DcGeneral\Contao\View\Contao2BackendView\Event\GetOperationButtonEvent
$event The event being emitted.
$value
string
$value The value returned by the callback.
Methods inherited from DcGeneral\Contao\Callback\AbstractReturningCallbackListener
__invoke()
Methods inherited from DcGeneral\Contao\Callback\AbstractCallbackListener
__construct(), getCallback()
Properties inherited from DcGeneral\Contao\Callback\AbstractCallbackListener
$callback
contao-community-alliance/dc-general API documentation generated by ApiGen 2.8.0