Standard.php
Namespace
Drupal\views\Plugin\views\sortFile
-
core/
modules/ views/ src/ Plugin/ views/ sort/ Standard.php
View source
<?php
namespace Drupal\views\Plugin\views\sort;
use Drupal\views\Attribute\ViewsSort;
/**
* Default implementation of the base sort plugin.
*
* @ingroup views_sort_handlers
*/
class Standard extends SortPluginBase {
}
Classes
Title | Deprecated | Summary |
---|---|---|
Standard | Default implementation of the base sort plugin. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.