Owl\Repositories\Eloquent\TagRepository::getAllFlowTags PHP Method

getAllFlowTags() public method

get all flow tags.
public getAllFlowTags ( ) : Collection
return Collection
    public function getAllFlowTags()
    {
        return $this->tag->where('flow_flag', self::FLOW_FLAG_ON)->get();
    }