Entity Import

Component ID

2629084

Component name

Entity Import

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Import content entities automatically from the file system.

Usage

The default export/import directory is sites/default/content. This can be overridden by providing a --dir option.

Export

To export a single entity:
drush ee block_content 1

To export all entities of a certain type:
drush ee block_content

To export all content entities:
drush ee

Import

drush ei