Sulu\Bundle\CategoryBundle\Category\CategoryManagerInterface::findByKey PHP Méthode

findByKey() public méthode

Returns the category which is assigned to the given key.
public findByKey ( string $key ) : Sulu\Bundle\CategoryBundle\Entity\CategoryInterface
$key string
Résultat Sulu\Bundle\CategoryBundle\Entity\CategoryInterface
    public function findByKey($key);