Jarves\Admin\AppKernelModifier::removeBundle PHP Method

removeBundle() public method

public removeBundle ( $bundleClass )
    public function removeBundle($bundleClass)
    {
        if (in_array($bundleClass, $this->bundles)) {
            $this->removeBundles[] = $bundleClass;
            return true;
        }
        return false;
    }