public function QueryInterface::tableSort in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/Query/QueryInterface.php \Drupal\Core\Entity\Query\QueryInterface::tableSort()
Enables sortable tables for this query.
Parameters
array $headers: An array of headers of the same structure as described in template_preprocess_table(). Use a 'specifier' in place of a 'field' to specify what to sort on. This can be an entity or a field as described in condition().
Return value
$this
1 method overrides QueryInterface::tableSort()
- QueryBase::tableSort in core/
lib/ Drupal/ Core/ Entity/ Query/ QueryBase.php - Enables sortable tables for this query.
File
- core/
lib/ Drupal/ Core/ Entity/ Query/ QueryInterface.php, line 211
Class
- QueryInterface
- Interface for entity queries.
Namespace
Drupal\Core\Entity\QueryCode
public function tableSort(&$headers);