Owl\Services\TagService::getAllFlowTags PHP Метод

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

get all flow tags.
public getAllFlowTags ( ) : Collection
Результат Collection
    public function getAllFlowTags()
    {
        return $this->tagRepo->getAllFlowTags();
    }