Skip to content
Snippets Groups Projects
Commit e9a61829 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2165179 by StephaneQ: Fix links to extenders in main Database topic docs

parent c9fa025e
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
......@@ -31,8 +31,10 @@
* Most Drupal database SELECT queries are performed by a call to db_query() or
* db_query_range(). Module authors should also consider using the
* Drupal\Core\Database\Query\PagerSelectExtender for queries that return
* results that need to be presented on multiple pages, and the Tablesort
* Extender for generating appropriate queries for sortable tables.
* results that need to be presented on multiple pages
* (see https://drupal.org/node/508796), and the
* Drupal\Core\Database\Query\TableSortExtender for generating appropriate
* queries for sortable tables (see https://drupal.org/node/1848372).
*
* For example, one might wish to return a list of the most recent 10 rows
* authored by a given user. Instead of directly issuing the SQL query
......
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