public function CopyRemoteFlow::ajaxReturn in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Form/CopyRemoteFlow.php \Drupal\cms_content_sync\Form\CopyRemoteFlow::ajaxReturn()
- 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\FormCode
public function ajaxReturn($form, FormStateInterface $form_state) {
return $form['elements'];
}