Cake\ElasticSearch\ResultSet::getAggregation PHP Method

getAggregation() public method

Retrieve a specific aggregation from this result set
public getAggregation ( string $name ) : array
$name string the name of the desired aggregation
return array
    public function getAggregation($name)
    {
        return $this->resultSet->getAggregation($name);
    }