You are here

public static function StructureSyncHelper::importCustomBlocksFull in Structure Sync 8

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

Function to start importing custom blocks with the 'full' style.

File

src/StructureSyncHelper.php, line 130

Class

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

Namespace

Drupal\structure_sync

Code

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