You are here

protected property SearchApiAlterAddAggregation::$reductionType in Search API 7

The type of aggregation currently performed.

Used to temporarily store the current aggregation type for use of SearchApiAlterAddAggregation::reduce() with array_reduce().

Type: string

File

includes/callback_add_aggregation.inc, line 21
Contains SearchApiAlterAddAggregation.

Class

SearchApiAlterAddAggregation
Search API data alteration callback that adds an URL field for all items.

Code

protected $reductionType;