Knp\Bundle\KnpBundlesBundle\Finder\CommonFinder::extractUrlRepository PHP Method

extractUrlRepository() abstract protected method

Returns the github repository extracted from the given URL
abstract protected extractUrlRepository ( string $url ) : string
$url string
return string or NULL if the URL does not contain any repository
    protected abstract function extractUrlRepository($url);