all_content_types.inc |
includes/profiles/all_content_types.inc |
|
Provides functions to enable nodes to be exported and imported. |
data_export_import.drush.inc |
includes/data_export_import.drush.inc |
|
This file defines the Data Export Import module drush commands. |
data_export_import.info |
data_export_import.info |
|
name = Data export import
description = Exports datasets as files which can then imported into other Drupal instances.
core = 6.x
dependencies[] = node
dependencies[] = taxonomy |
data_export_import.module |
data_export_import.module |
|
This module can export and import datasets. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Overview
* Installation
* Usage
OVERVIEW
--------
The purpose of this module is to provide a way to move data between
Drupal instances.
This is not easy to achieve as Drupal stores configuration… |
taxonomy_terms.inc |
includes/profiles/taxonomy_terms.inc |
|
Enables taxonomy terms to be exported and imported. |
users.inc |
includes/profiles/users.inc |
|
Enables users to be exported and imported. |