Owl\Services\TagService::getAllUsedTags PHP Method

getAllUsedTags() public method

get all used tags.
public getAllUsedTags ( ) : array
return array
    public function getAllUsedTags()
    {
        return $this->tagRepo->getAllUsedTags();
    }