dolibarr 24.0.0-beta
import.lib.php File Reference

basic set of functions for the import module More...

Go to the source code of this file.

Functions

 import_prepare_head ($param, $maxstep=0)
 Function to return list of tabs for import pages.
 

Detailed Description

basic set of functions for the import module

Definition in file import.lib.php.

Function Documentation

◆ import_prepare_head()

import_prepare_head ( $param,
$maxstep = 0 )

Function to return list of tabs for import pages.

Parameters
string$paramParams to add on url links
int$maxstepLimit steps to maxstep or no limit if 0
Returns
array<array{0:string,1:string,2:string}> Array of tabs to show

Definition at line 37 of file import.lib.php.