Function FieldsSearchHook->_get_fields
Definitions
sources/database_search.php
- Get a list of extra fields to ask for.
- 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 to search in (may be a special custom content fields catalogue) |
Returns
- A list of maps specifying extra fields
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a list of extra fields to ask for.
*
* @param string $catalogue_name Catalogue to search in (may be a special custom content fields catalogue)
* @return array A list of maps specifying extra fields
*/
protected function _get_fields(string $catalogue_name) : array
* Get a list of extra fields to ask for.
*
* @param string $catalogue_name Catalogue to search in (may be a special custom content fields catalogue)
* @return array A list of maps specifying extra fields
*/
protected function _get_fields(string $catalogue_name) : array