Sulu\Bundle\CategoryBundle\Category\CategoryManagerInterface::findByKey PHP Method

findByKey() public method

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