eZ\Publish\Core\Search\Elasticsearch\Content\FacetBuilderVisitor\Aggregate::canMap PHP Method

canMap() public method

Check if visitor is applicable to current facet result.
public canMap ( string $name ) : boolean
$name string
return boolean
    public function canMap($name)
    {
        return true;
    }