Owl\Repositories\Eloquent\TagRepository::getAllFlowTags PHP Метод

getAllFlowTags() публичный Метод

get all flow tags.
public getAllFlowTags ( ) : Collection
Результат Collection
    public function getAllFlowTags()
    {
        return $this->tag->where('flow_flag', self::FLOW_FLAG_ON)->get();
    }