You are here

function custom_formatters_query_random_alter in Custom Formatters 7.2

Implements hook_query_TAG_alter().

File

plugins/export_ui/custom_formatters.inc, line 297
CTools Export UI plugin for SexyBookmarks profiles.

Code

function custom_formatters_query_random_alter(QueryAlterableInterface $query) {
  $query
    ->orderRandom();
}