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