Function Hook_search_catalogue_entries->render
Definitions
sources/hooks/modules/search/catalogue_entries.php
- Run function for rendering a search result.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $row | array | No | No | required parameter | N/A | N/A | The data row stored when we retrieved the result |
Returns
- The output (null: compound output)
- Type: ?Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Run function for rendering a search result.
*
* @param array $row The data row stored when we retrieved the result
* @return ?Tempcode The output (null: compound output)
*/
public function render(array $row) : ?object
* Run function for rendering a search result.
*
* @param array $row The data row stored when we retrieved the result
* @return ?Tempcode The output (null: compound output)
*/
public function render(array $row) : ?object

