Help transfer content and data into or out of the site, by migration, backup, or exposing data to external systems.

Drush Language Commands

Drupal 8 Version

The 8.x-dev version currently is undergoing a massive streamlining in the translations-export and translaions-import commands to eventually move this component to core (#1820542: Make customized translations deployable). Please check on updates for syntax changes. If you want to track this or help, see #2922656: Roadmap to stable D8 release.

Overview

Drush commands allowing languages to be added, switched, enabled, disabled, imported, exported and update prefix from the commandline. This module only provides drush commands, so you will see no functionality in the UI.

Incremental Deploy

Incremental Deploy

Incremental Deploy is built on top of Deploy module. In conjunction with Services module, Deploy makes it possible to package up content such as nodes, users and taxonomy terms, and send them via XMLRPC calls to a remote Drupal site.

With Deploy module, in order to deploy a piece of content, it must be added to a plan (though it is possible to batch deploy nodes from the content administration page). With Incremental Deploy, the idea is that changes automatically get scheduled for deployment to the target environment as soon as they are made in the source environment. So, every time a variable is changed, or a node is updated or the contents of a node queue are re-arranged, these changes will show up in the current "active" deployment plan, ready to be pushed to the next stage in the chain.

The main module looks after deployment of core entities, such as nodes, blocks and variables, while other items are dealt with in submodules. The submodules available at present are:

  • Nodequeue Deploy Allows for the deployment of the contents of an individual subqueue
  • Flag Deploy Allows for the deployment of global flaggings of nodes, users and comments
  • Nodewords Deploy Allows for the deployment of meta tags

Feeds Self Node Processor

A Feeds processor plugin that can be used to populate the fields of a content type using a remote source. It uses Feeds' attachment ability to make Feeds-based import workflows more extensible.

Pages

Subscribe with RSS Subscribe to RSS - Import and export