Webiny\Component\EventManager\EventManager::disable PHP Method

disable() public method

After calling this method EventManager will ignore all fired events.
public disable ( )
    public function disable()
    {
        $this->suppressEvents = true;
        return $this;
    }