Owl\Services\TagService::getAll PHP Method

getAll() public method

get all tags.
public getAll ( ) : Collection
return Collection
    public function getAll()
    {
        return $this->tagRepo->getAll();
    }