import_admin_form |
./import.module |
Generates a form containing the stage and process buttons for admins to use. |
|
1 |
import_admin_form_submit |
./import.module |
Submit handler for the import_admin_form |
|
|
import_fail |
./import.module |
A function menat to be called by modules implementing the Import API to
indicate failure of an imported item. |
2 |
|
import_install |
./import.install |
Implementation of hook_install(). |
|
|
import_menu |
./import.module |
|
|
|
import_node_import_process |
examples/import_node/import_node.module |
Implementation hook_import_process() |
|
|
import_node_import_stage |
examples/import_node/import_node.module |
Implementation of hook_import_stage() |
|
|
import_node_install |
examples/import_node/import_node.install |
Implementation of hook_install(). |
|
|
import_node_schema |
examples/import_node/import_node.install |
Implementation of hook_schema(). |
|
|
import_node_uninstall |
examples/import_node/import_node.install |
Implementation of hook_uninstall(). |
|
|
import_pass |
./import.module |
A function menat to be called by modules implementing the Import API to
indicate success of an imported item. |
3 |
|
import_process_import |
./import.module |
invokes hook_import_process() and contains a context variable for use with
the batch api |
|
1 |
import_role_import_process |
examples/import_role/import_role.module |
|
|
|
import_role_import_stage |
examples/import_role/import_role.module |
hook_import_stage() |
|
|
import_role_install |
examples/import_role/import_role.install |
Implementation of hook_install(). |
|
|
import_role_uninstall |
examples/import_role/import_role.install |
Implementation of hook_uninstall(). |
|
|
import_schema |
./import.install |
|
|
|
import_stage |
./import.module |
Stages content into {import} |
3 |
|
import_stage_import |
./import.module |
invokes hook_import() |
1 |
|
import_uninstall |
./import.install |
Implementation of hook_uninstall(). |
|
|
import_user_import_process |
examples/import_user/import_user.module |
Implementation hook_import_process() |
|
|
import_user_import_stage |
examples/import_user/import_user.module |
Implementation of hook_import_stage() |
|
|
import_user_install |
examples/import_user/import_user.install |
Implementation of hook_install(). |
|
|
import_user_schema |
examples/import_user/import_user.install |
Implementation of hook_schema(). |
|
|
import_user_uninstall |
examples/import_user/import_user.install |
Implementation of hook_uninstall(). |
|
|
_import_node_create_content_type |
examples/import_node/import_node.install |
|
1 |
|
_import_node_delete_content_type |
examples/import_node/import_node.install |
Helper function to delete a content type and all content of that type. |
1 |
|
_import_node_delete_data |
examples/import_node/import_node.install |
Helper function to clean up data created by this module |
1 |
|
_import_node_generate_random_content |
examples/import_node/import_node.install |
Helper function to insert random users |
1 |
|
_import_node_insert_data |
examples/import_node/import_node.install |
|
1 |
|
_import_node_install_cck |
examples/import_node/import_node.install |
Helper function to install a cck content type via the content_copy module |
1 |
|
_import_node_map_data |
examples/import_node/import_node.module |
Helper function to map the old data to a Drupal user object; |
1 |
|
_import_node_random_string |
examples/import_node/import_node.install |
|
1 |
|
_import_user_delete_data |
examples/import_user/import_user.install |
Helper function to clean up data created by this module |
1 |
|
_import_user_generate_random_user |
examples/import_user/import_user.install |
Helper function to insert random users |
1 |
|
_import_user_insert_data |
examples/import_user/import_user.install |
|
1 |
|
_import_user_map_data |
examples/import_user/import_user.module |
Helper function to map the old data to a Drupal user object; |
1 |
|
_import_user_random_string |
examples/import_user/import_user.install |
|
1 |
|