Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
29 | public function validateForm(array &$form, FormStateInterface $form_state) { |
||
30 | /** @var \Drupal\entity_browser\EntityBrowserInterface $entity_browser */ |
||
31 | $entity_browser = $form_state->getTemporaryValue('wizard')['entity_browser']; |
||
32 | $this->getPlugin($entity_browser)->validateConfigurationForm($form, $form_state); |
||
33 | } |
||
34 | |||
53 |