public function HeartbeatEntityQuery::sort in Heartbeat 8
Parameters
$field: Name of a field.
string $direction:
$langcode: Language code (optional).
Return value
\Drupal\Core\Entity\Query\QueryInterface The called object.
Overrides QueryInterface::sort
File
- src/
HeartbeatEntityQuery.php, line 271
Class
- HeartbeatEntityQuery
- Created by IntelliJ IDEA. User: logicp Date: 5/28/17 Time: 1:37 PM
Code
public function sort($field, $direction = 'ASC', $langcode = NULL) {
// TODO: Implement sort() method.
}