You are here

Standard.php in Drupal 8

File

core/modules/views/src/Plugin/views/sort/Standard.php
View source
<?php

namespace Drupal\views\Plugin\views\sort;


/**
 * Default implementation of the base sort plugin.
 *
 * @ingroup views_sort_handlers
 *
 * @ViewsSort("standard")
 */
class Standard extends SortPluginBase {

}

Classes

Namesort descending Description
Standard Default implementation of the base sort plugin.