Sulu\Component\Content\Document\Subscriber\OrderSubscriber::getSubscribedEvents PHP Method

getSubscribedEvents() public static method

public static getSubscribedEvents ( )
    public static function getSubscribedEvents()
    {
        return [Events::PERSIST => 'handlePersist', Events::METADATA_LOAD => 'handleMetadataLoad', Events::REORDER => 'handleReorder'];
    }