Function Hook_search_wiki_posts->render
Definitions
sources/hooks/modules/search/wiki_posts.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
- 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
*/
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
*/
public function render(array $row) : object