Standard import function.
void
import_config
(object The $db, string $table_prefix, PATH $file_base)
-
object The
$db: DB connection to import from
-
string
$table_prefix: The table prefix the target prefix is using
-
PATH
$file_base: The base directory we are importing from
Standard import function.
void
import_custom_comcode
(object The $db, string $table_prefix, PATH $old_base_dir)
-
object The
$db: DB connection to import from
-
string
$table_prefix: The table prefix the target prefix is using
-
PATH
$old_base_dir: The base directory we are importing from
Standard import function.
void
import_ocf_categories
(object The $db, string $table_prefix, PATH $old_base_dir)
-
object The
$db: DB connection to import from
-
string
$table_prefix: The table prefix the target prefix is using
-
PATH
$old_base_dir: The base directory we are importing from
Standard import function.
void
import_ocf_forums
(object The $db, string $table_prefix, PATH $old_base_dir)
-
object The
$db: DB connection to import from
-
string
$table_prefix: The table prefix the target prefix is using
-
PATH
$old_base_dir: The base directory we are importing from
Standard import function.
void
import_ocf_personal_topics
(object The $db, string $table_prefix, PATH $old_base_dir)
-
object The
$db: DB connection to import from
-
string
$table_prefix: The table prefix the target prefix is using
-
PATH
$old_base_dir: The base directory we are importing from
Standard modular info function.
?array
info
()
Inherited Methods
Inherited From Hook_ipb_base
Hook_ipb_base::clean_ipb_post()
Hook_ipb_base::clean_ipb_post_2()
Hook_ipb_base::import_calendar()
Hook_ipb_base::import_ocf_custom_profile_fields()
Hook_ipb_base::import_ocf_groups()
Hook_ipb_base::import_ocf_members()
Hook_ipb_base::import_ocf_member_files()
Hook_ipb_base::import_ocf_multi_moderations()
Hook_ipb_base::import_ocf_polls_and_votes()
Hook_ipb_base::import_ocf_posts()
Hook_ipb_base::import_ocf_post_files()
Hook_ipb_base::import_ocf_topics()
Hook_ipb_base::import_ocf_tracking()
Hook_ipb_base::import_ocf_warnings()
Hook_ipb_base::import_wordfilter()
Hook_ipb_base::probe_db_access()