Owl\Services\TagService::getAllFlowTags PHP Method

getAllFlowTags() public method

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