Pantheon\Terminus\Collections\TerminusCollection::all PHP Method

all() public method

Retrieves all models TODO: Remove automatic fetching and make fetches explicit
public all ( ) : TerminusModel[]
return TerminusModel[]
    public function all()
    {
        $models = array_values($this->getMembers());
        return $models;
    }