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

getAllFlowTags() public method

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