Cake\ElasticSearch\Datasource\Connection::schemaCollection PHP Method

schemaCollection() public method

Returns a SchemaCollection stub until we can add more abstract API's in Connection.
public schemaCollection ( ) : SchemaCollection
return SchemaCollection
    public function schemaCollection()
    {
        return new SchemaCollection($this);
    }