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

getAllFlowTags() public méthode

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