Owl\Services\TagService::getAllUsedTags PHP Метод

getAllUsedTags() публичный Метод

get all used tags.
public getAllUsedTags ( ) : array
Результат array
    public function getAllUsedTags()
    {
        return $this->tagRepo->getAllUsedTags();
    }