Function Module_search->form
Definitions
site/pages/modules/search.php
- The UI to do a search.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* The UI to do a search.
*
* @return Tempcode The UI
*/
public function form() : object
* The UI to do a search.
*
* @return Tempcode The UI
*/
public function form() : object

