You are here

ViewsSort.php in Drupal 10

File

core/modules/views/src/Annotation/ViewsSort.php
View source
<?php

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 {

}

Classes

Namesort descending Description
ViewsSort Defines a Plugin annotation object for views sort handlers.