Newscoop\Entity\Repository\TemplateRepository::formatKey PHP Méthode

formatKey() public méthode

Format key
public formatKey ( string $key ) : string
$key string
Résultat string
    public function formatKey($key)
    {
        $key = trim($key, '/');
        return ltrim("{$this->basePath}/{$key}", '/');
    }