processEntityFieldQuery() when for whatever reason * the object can't alter $query to include matched synonyms. As a fallback it * should call this method to make sure it filtered everything out. * * @param EntityFieldQuery $query * Query object passed to $this->processEntityFieldQuery() method */ protected static function emptyResultsCondition(EntityFieldQuery $query) { $query->range(0, 0); } }