Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
41 | public function submitForm(array &$form, FormStateInterface $form_state) { |
||
42 | /** @var \Drupal\entity_browser\EntityBrowserInterface $entity_browser */ |
||
43 | $entity_browser = $form_state->getTemporaryValue('wizard')['entity_browser']; |
||
44 | $this->getPlugin($entity_browser)->submitConfigurationForm($form, $form_state); |
||
45 | } |
||
46 | |||
56 |