You are here

namespace Drupal\views\Plugin\views\sort in Drupal 8

Same name in other branches
  1. 9 Drupal\views\Plugin\views\sort
Classsort descending Location Description
Broken core/modules/views/src/Plugin/views/sort/Broken.php A special handler to take the place of missing or broken handlers.
Date core/modules/views/src/Plugin/views/sort/Date.php Basic sort handler for dates.
GroupByNumeric core/modules/views/src/Plugin/views/sort/GroupByNumeric.php Handler for GROUP BY on simple numeric fields.
Random core/modules/views/src/Plugin/views/sort/Random.php Handle a random sort.
SortPluginBase core/modules/views/src/Plugin/views/sort/SortPluginBase.php Base sort handler that has no options and performs a simple sort.
Standard core/modules/views/src/Plugin/views/sort/Standard.php Default implementation of the base sort plugin.