ViewsSort.php in Zircon Profile 8
Same filename and directory in other branches
Contains \Drupal\views\Annotation\ViewsSort.
Namespace
Drupal\views\AnnotationFile
core/modules/views/src/Annotation/ViewsSort.phpView source
<?php
/**
* @file
* Contains \Drupal\views\Annotation\ViewsSort.
*/
namespace Drupal\views\Annotation;
/**
* Defines a Plugin annotation object for views sort handlers.
*
* @see \Drupal\views\Plugin\views\sort\SortPluginBase
*
* @ingroup views_sort_handlers
*
* @Annotation
*/
class ViewsSort extends ViewsHandlerAnnotationBase {
}