public function ViewsSimpleMathFieldSort::query in Views Simple Math Field 8
Same name and namespace in other branches
- 8.2 src/Plugin/views/sort/ViewsSimpleMathFieldSort.php \Drupal\views_simple_math_field\Plugin\views\sort\ViewsSimpleMathFieldSort::query()
Called to add the sort to a query.
Overrides SortPluginBase::query
File
- src/
Plugin/ views/ sort/ ViewsSimpleMathFieldSort.php, line 85
Class
- ViewsSimpleMathFieldSort
- Handler which sort by the similarity.
Namespace
Drupal\views_simple_math_field\Plugin\views\sortCode
public function query() {
}