public function QueryInterface::tableSort in Zircon Profile 8.0
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
$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
\Drupal\Core\Entity\Query\QueryInterface The called object.
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 159 - Contains \Drupal\Core\Entity\Query\QueryInterface.
Class
- QueryInterface
- Interface for entity queries.
Namespace
Drupal\Core\Entity\QueryCode
public function tableSort(&$headers);