You are here

function views_handler_sort_hosting_package_site_count::query in Hosting 6.2

Called to add the sort to a query.

File

package/views/views_handler_sort_hosting_package_site_count.inc, line 11

Class

views_handler_sort_hosting_package_site_count
Sort handler for package site counts.

Code

function query() {

  // Add the field.
  $this->query
    ->add_orderby(NULL, NULL, $this->options['order'], $this->field);
}