ViewsSort.php
Same filename in this branch
Same filename and directory in other branches
- 11.x core/modules/views/src/Attribute/ViewsSort.php
- 11.x core/modules/views/src/Annotation/ViewsSort.php
- 10 core/modules/views/src/Attribute/ViewsSort.php
- 10 core/modules/views/src/Annotation/ViewsSort.php
- 9 core/modules/views/src/Annotation/ViewsSort.php
- 8.9.x core/modules/views/src/Annotation/ViewsSort.php
Namespace
Drupal\views\AnnotationFile
-
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
| Title | Deprecated | Summary |
|---|---|---|
| ViewsSort | Defines a Plugin annotation object for views sort handlers. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.