Sylius\Behat\Context\Setup\ChannelContext::theChannelIsDisabled PHP Method

theChannelIsDisabled() public method

public theChannelIsDisabled ( Sylius\Component\Core\Model\ChannelInterface $channel )
$channel Sylius\Component\Core\Model\ChannelInterface
    public function theChannelIsDisabled(ChannelInterface $channel)
    {
        $this->changeChannelState($channel, false);
    }