You are here

Files in Import 6

Primary tabs

File namesort descending Location Namespace Description
import.info import.info name = Import description = "Imports content into nodes." package = Import core = 6.x
import.install import.install
import.module import.module
import_node.info examples/import_node/import_node.info name = Example Node Import description = "An example of using the Import API to import content. Illustrates the use of a custom cck field. " dependencies[] = import dependencies[] = content dependencies[] = content_copy package = Import core…
import_node.install examples/import_node/import_node.install The install file for the import_node example. This module should not be used on a production installation of Drupal ... it is for illustration purposes only. The install hook removes all traces of what was created by this module and could…
import_node.module examples/import_node/import_node.module An example use case for the import API written to import content from an existing Drupal installation. Pulls in one cck field.
import_role.info examples/import_role/import_role.info name = Import Roles description = "Imports Role data from an existing Drupal installation using import api." dependencies[] = import package = Import core = 6.x
import_role.install examples/import_role/import_role.install
import_role.module examples/import_role/import_role.module An example use case for the import API written to import users from an existing Drupal installation.
import_user.info examples/import_user/import_user.info name = Example User Import description = "An example of using the Import API to import users. Illustrates the use of a custom profile field." dependencies[] = import dependencies[] = profile package = Import core = 6.x
import_user.install examples/import_user/import_user.install The install file for the import_user example. This module should not be used on a production installation of Drupal ... it is for illustration purposes only. The install hook removes all traces of what was created by this module and could…
import_user.module examples/import_user/import_user.module An example use case for the import API written to import users from an existing Drupal installation. Pulls in one profile field.

Other projects