Function FieldsSearchHook->_get_extra_sort_fields
Definitions
sources/database_search.php
- Get a list of extra sort fields.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$catalogue_name | string | No | No | required parameter | N/A | N/A | Catalogue we are searching in in (may be a special custom content fields catalogue) |
Returns
- A map between parameter name and string label
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a list of extra sort fields.
*
* @param string $catalogue_name Catalogue we are searching in in (may be a special custom content fields catalogue)
* @return array A map between parameter name and string label
*/
protected function _get_extra_sort_fields(string $catalogue_name) : array
* Get a list of extra sort fields.
*
* @param string $catalogue_name Catalogue we are searching in in (may be a special custom content fields catalogue)
* @return array A map between parameter name and string label
*/
protected function _get_extra_sort_fields(string $catalogue_name) : array