Search for buildSort
- Search 7.x for buildSort
- Search 9.5.x for buildSort
- Search 10.3.x for buildSort
- Search 11.x for buildSort
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
StylePluginBase::buildSort | function | core/ |
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/ |
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/ |
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/ |
Add our actual sort criteria |
WizardPluginBase::buildSorts | function | core/ |
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.