Owl\Repositories\Fluent\TagRepository::getAllFlowTags PHP Méthode

getAllFlowTags() public méthode

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