You are here

public static function StructureSyncHelper::importTaxonomiesFull in Structure Sync 8

Same name and namespace in other branches
  1. 2.x src/StructureSyncHelper.php \Drupal\structure_sync\StructureSyncHelper::importTaxonomiesFull()

Function to start importing taxonomies with the 'full' style.

File

src/StructureSyncHelper.php, line 103

Class

StructureSyncHelper
Container of functions for importing and exporting content in structure.

Namespace

Drupal\structure_sync

Code

public static function importTaxonomiesFull(array &$form, FormStateInterface $form_state = NULL) {
  $form['style'] = 'full';
  StructureSyncHelper::importTaxonomies($form, $form_state);
}