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

- Patch #182728 by Darren Oh: improved PHPdoc of db_rewrite_sql().

parent b274bf87
Branches
Tags
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
......@@ -262,7 +262,7 @@ function _db_rewrite_sql($query = '', $primary_table = 'n', $primary_field = 'ni
* @param $query
* Query to be rewritten.
* @param $primary_table
* Name or alias of the table which has the primary key field for this query. Possible values are: comments, forum, node, menu, term_data, vocabulary.
* Name or alias of the table which has the primary key field for this query. Possible values are: {comments}, {forum}, {node}, {menu}, {term_data}, {vocabulary}.
* @param $primary_field
* Name of the primary field.
* @param $args
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment