Function Hook_import_mybb->info
Definitions
sources/hooks/modules/admin_import/mybb.php
- Standard importer hook info function.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Importer handling details, including lists of all the import types covered (import types are not necessarily the same as actual tables) (null: importer is disabled)
- Type: ?array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Standard importer hook info function.
*
* @return ?array Importer handling details, including lists of all the import types covered (import types are not necessarily the same as actual tables) (null: importer is disabled)
*/
public function info() : ?array
* Standard importer hook info function.
*
* @return ?array Importer handling details, including lists of all the import types covered (import types are not necessarily the same as actual tables) (null: importer is disabled)
*/
public function info() : ?array

