Knp\Bundle\KnpBundlesBundle\Twig\Extension\BundleUtilsExtension::bundlePackagistUrl PHP Method

bundlePackagistUrl() public method

public bundlePackagistUrl ( Bundle $bundle )
$bundle Knp\Bundle\KnpBundlesBundle\Entity\Bundle
    public function bundlePackagistUrl(Bundle $bundle)
    {
        return $bundle->getComposerName() ? sprintf('http://packagist.org/packages/%s', $bundle->getComposerName()) : null;
    }