function drush_structure_sync_export_all in Structure Sync 8
Same name and namespace in other branches
- 2.x structure_sync.drush.inc \drush_structure_sync_export_all()
Call back function drush_structure_sync_export_all()
The call back function name in the following format drush_{module_name}_{item_id_for_command}()
File
- ./
structure_sync.drush.inc, line 83 - Drush commands for syncing structure content.
Code
function drush_structure_sync_export_all() {
drush_structure_sync_export_taxonomies();
drush_structure_sync_export_menus();
drush_structure_sync_export_blocks();
}