You are here

function drush_structure_sync_import_all in Structure Sync 2.x

Same name and namespace in other branches
  1. 8 structure_sync.drush.inc \drush_structure_sync_import_all()

Call back function drush_structure_sync_import_all()

The call back function name in the following format drush_{module_name}_{item_id_for_command}()

File

./structure_sync.drush.inc, line 71
Drush commands for syncing structure content.

Code

function drush_structure_sync_import_all($choice = FALSE) {
  drush_structure_sync_import_taxonomies($choice);
  drush_structure_sync_import_menus($choice);
  drush_structure_sync_import_blocks($choice);
}