Issue #1705102 by dsdeiz: Fix reference to nonexestent hook in EntityFieldQuery docs

merge-requests/26/head
Jennifer Hodgdon 2012-08-02 10:05:21 -07:00
parent 437386277e
commit dadf3adbfd
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ class EntityFieldQueryException extends Exception {}
* an EntityFieldQueryException will be raised if an unsupported condition is
* specified or if the query has field conditions or sorts that are stored in
* different field storage engines. However, this logic can be overridden in
* hook_entity_query().
* hook_entity_query_alter().
*
* Also note that this query does not automatically respect entity access
* restrictions. Node access control is performed by the SQL storage engine but