public function StylePluginBase::buildSortPost in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::buildSortPost()
Called by the view builder to let the style build a second set of sorts that will come after any other sorts in the view.
1 method overrides StylePluginBase::buildSortPost()
- Table::buildSortPost in core/
modules/ views/ src/ Plugin/ views/ style/ Table.php - Add our actual sort criteria
File
- core/
modules/ views/ src/ Plugin/ views/ style/ StylePluginBase.php, line 416 - Contains \Drupal\views\Plugin\views\style\StylePluginBase.
Class
- StylePluginBase
- Base class for views style plugins.
Namespace
Drupal\views\Plugin\views\styleCode
public function buildSortPost() {
}