You are here

public function AssignmentConfigureForm::updateForm in Features 8.3

Same name and namespace in other branches
  1. 8.4 modules/features_ui/src/Form/AssignmentConfigureForm.php \Drupal\features_ui\Form\AssignmentConfigureForm::updateForm()

Ajax callback for handling switching the bundle selector.

File

modules/features_ui/src/Form/AssignmentConfigureForm.php, line 384

Class

AssignmentConfigureForm
Configures the configuration assignment methods for this site.

Namespace

Drupal\features_ui\Form

Code

public function updateForm($form, FormStateInterface $form_state) {
  return $form;
}