public static function StructureSyncHelper::importTaxonomiesForce in Structure Sync 8
Same name and namespace in other branches
- 2.x src/StructureSyncHelper.php \Drupal\structure_sync\StructureSyncHelper::importTaxonomiesForce()
 
Function to start importing taxonomies with the 'force' style.
File
- src/
StructureSyncHelper.php, line 121  
Class
- StructureSyncHelper
 - Container of functions for importing and exporting content in structure.
 
Namespace
Drupal\structure_syncCode
public static function importTaxonomiesForce(array &$form, FormStateInterface $form_state = NULL) {
  $form['style'] = 'force';
  StructureSyncHelper::importTaxonomies($form, $form_state);
}