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

Issue #1944768 by chx: Uncomment execute method on QueryAggregateInterface so...

Issue #1944768 by chx: Uncomment execute method on QueryAggregateInterface so it can be documented properly
parent e742b812
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
......@@ -156,6 +156,6 @@ public function sortAggregate($field, $function, $direction = 'ASC', $langcode =
* $result[2] = array('count_nid' => 4, 'type' => 'story');
* @endcode
*/
// public function execute();
public function execute();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment