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 * @param array $field * Field array passed to $this->processEntityFieldQuery() method */ static protected function emptyResultsCondition(EntityFieldQuery $query) { $query->entityCondition('entity_id', -1); } }