eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Mapper::cleanUrl PHP Method

cleanUrl() protected method

protected cleanUrl ( string $url ) : string
$url string
return string
    protected function cleanUrl($url)
    {
        return '/' . trim($url, '/ ');
    }