Пример #1
0
 /**
  * {@inheritDoc}
  */
 public function buildQuery(QueryInterface $query)
 {
     return ['term' => [$query->getField() => $query->getValue()]];
 }