PHP Class MetaModels\DcGeneral\Events\MetaModel\DuplicateModel

Inheritance: extends MetaModels\DcGeneral\Events\BaseSubscriber
Show file Open project: metamodels/core

Public Methods

Method Description
handle ( ContaoCommunityAlliance\DcGeneral\Event\PreDuplicateModelEvent $event ) : void Handle the paste into and after event.

Protected Methods

Method Description
registerEventsInDispatcher ( ) : void Register all listeners.

Method Details

handle() public method

Handle the paste into and after event.
public handle ( ContaoCommunityAlliance\DcGeneral\Event\PreDuplicateModelEvent $event ) : void
$event ContaoCommunityAlliance\DcGeneral\Event\PreDuplicateModelEvent The event.
return void

registerEventsInDispatcher() protected method

Register all listeners.
protected registerEventsInDispatcher ( ) : void
return void