PHP Class Sylius\Bundle\CoreBundle\EventListener\ChannelDeletionListener

Author: Gustavo Perdomo ([email protected])
Afficher le fichier Open project: sylius/sylius

Méthodes publiques

Méthode Description
__construct ( Sylius\Bundle\ChannelBundle\Doctrine\ORM\ChannelRepository $repository )
onChannelPreDelete ( Sylius\Bundle\ResourceBundle\Event\ResourceControllerEvent $event ) Prevent channel deletion if no more channels enabled.

Method Details

__construct() public méthode

public __construct ( Sylius\Bundle\ChannelBundle\Doctrine\ORM\ChannelRepository $repository )
$repository Sylius\Bundle\ChannelBundle\Doctrine\ORM\ChannelRepository

onChannelPreDelete() public méthode

Prevent channel deletion if no more channels enabled.
public onChannelPreDelete ( Sylius\Bundle\ResourceBundle\Event\ResourceControllerEvent $event )
$event Sylius\Bundle\ResourceBundle\Event\ResourceControllerEvent