You are here

public function MatcherForm::submitSelectPlugin in CRM Core 8.3

Same name and namespace in other branches
  1. 8 modules/crm_core_match/src/Form/MatcherForm.php \Drupal\crm_core_match\Form\MatcherForm::submitSelectPlugin()
  2. 8.2 modules/crm_core_match/src/Form/MatcherForm.php \Drupal\crm_core_match\Form\MatcherForm::submitSelectPlugin()

Handles submit call when sensor type is selected.

File

modules/crm_core_match/src/Form/MatcherForm.php, line 146

Class

MatcherForm
Provides a form elements for Matcher.

Namespace

Drupal\crm_core_match\Form

Code

public function submitSelectPlugin(array $form, FormStateInterface $form_state) {
  $this->entity = $this
    ->buildEntity($form, $form_state);
  $form_state
    ->setRebuild();
}