Search for buildSort

  1. Search 7.x for buildSort
  2. Search 9.5.x for buildSort
  3. Search 10.3.x for buildSort
  4. Search 11.x for buildSort
  5. Other projects
Title Object type File name Summary
StylePluginBase::buildSort function core/modules/views/src/Plugin/views/style/StylePluginBase.php Called by the view builder to see if this style handler wants to
interfere with the sorts. If so it should build; if it returns
any non-TRUE value, normal sorting will NOT be added to the query.
StylePluginBase::buildSortPost function core/modules/views/src/Plugin/views/style/StylePluginBase.php 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.
Table::buildSort function core/modules/views/src/Plugin/views/style/Table.php Called by the view builder to see if this style handler wants to
interfere with the sorts. If so it should build; if it returns
any non-TRUE value, normal sorting will NOT be added to the query.
Table::buildSortPost function core/modules/views/src/Plugin/views/style/Table.php Add our actual sort criteria
WizardPluginBase::buildSorts function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Builds the form structure for selecting the view's sort order.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.