Knp\Bundle\KnpBundlesBundle\Entity\Bundle::getShortName PHP Method

getShortName() public method

Get the first part of the name, without Bundle
public getShortName ( ) : string
return string
    public function getShortName()
    {
        return preg_replace('/^(.+)Bundle$/', '$1', $this->getName());
    }