Skip to content
Snippets Groups Projects
Commit c57d8b7a authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1096842 by nanotube: typo in EntityFieldQuery documentation.

parent 5b5c2f81
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -408,7 +408,7 @@ class EntityFieldQueryException extends Exception {} ...@@ -408,7 +408,7 @@ class EntityFieldQueryException extends Exception {}
* direct access to the collected properties in order to handle alternate * direct access to the collected properties in order to handle alternate
* execution routines. We therefore use public properties for simplicity. Note * execution routines. We therefore use public properties for simplicity. Note
* that code that is simply creating and running a field query should still use * that code that is simply creating and running a field query should still use
* the appropriate methods add conditions on the query. * the appropriate methods to add conditions on the query.
* *
* Storage engines are not required to support every type of query. By default, * Storage engines are not required to support every type of query. By default,
* an EntityFieldQueryException will be raised if an unsupported condition is * an EntityFieldQueryException will be raised if an unsupported condition is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment