You are here

public function PoolAssignmentForm::loadStep in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 8 src/Form/PoolAssignmentForm.php \Drupal\cms_content_sync\Form\PoolAssignmentForm::loadStep()
  2. 2.0.x src/Form/PoolAssignmentForm.php \Drupal\cms_content_sync\Form\PoolAssignmentForm::loadStep()

File

src/Form/PoolAssignmentForm.php, line 175

Class

PoolAssignmentForm

Namespace

Drupal\cms_content_sync\Form

Code

public function loadStep(array &$form, FormStateInterface $form_state) {
  $response = new AjaxResponse();
  $response
    ->addCommand(new HtmlCommand('#form-wrapper', $form['wrapper']));
  return $response;
}