Function Hook_import_html_site->get_extra_fields
Definitions
sources/hooks/modules/admin_import/html_site.php
- Standard import function to get extra fields to ask for when starting the import.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- Extra fields
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Standard import function to get extra fields to ask for when starting the import.
*
* @return Tempcode Extra fields
*/
public function get_extra_fields() : object
* Standard import function to get extra fields to ask for when starting the import.
*
* @return Tempcode Extra fields
*/
public function get_extra_fields() : object

