You are here

public function CopyRemoteFlow::ajaxReturn in CMS Content Sync 8

Same name and namespace in other branches
  1. 2.1.x src/Form/CopyRemoteFlow.php \Drupal\cms_content_sync\Form\CopyRemoteFlow::ajaxReturn()
  2. 2.0.x src/Form/CopyRemoteFlow.php \Drupal\cms_content_sync\Form\CopyRemoteFlow::ajaxReturn()

Return next form.

Parameters

array $form:

Return value

array the bundle settings

File

src/Form/CopyRemoteFlow.php, line 90

Class

CopyRemoteFlow
Form handler for the Pool add and edit forms.

Namespace

Drupal\cms_content_sync\Form

Code

public function ajaxReturn($form, FormStateInterface $form_state) {
  return $form['elements'];
}