Determine if a sort can be exposed.
Overrides HandlerBase::canExpose
File
- drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php, line 29
- Definition of Drupal\views\Plugin\views\sort\SortPluginBase.
Class
- SortPluginBase
- Base sort handler that has no options and performs a simple sort.
Namespace
Drupal\views\Plugin\views\sort
Code
public function canExpose() {
return TRUE;
}