WellCommerce\Bundle\CoreBundle\Helper\Templating\TemplatingHelper::getBundleName PHP Method

getBundleName() protected method

Returns the bundle's name
protected getBundleName ( ReflectionClass $reflectionClass ) : string
$reflectionClass ReflectionClass
return string
    protected function getBundleName(ReflectionClass $reflectionClass) : string
    {
        $currentBundle = $this->getBundleForClass($reflectionClass);
        return $currentBundle->getName();
    }