public function SelectionDisplayInterface::submit in Entity Browser 8.2
Same name and namespace in other branches
- 8 src/SelectionDisplayInterface.php \Drupal\entity_browser\SelectionDisplayInterface::submit()
Submits form.
Parameters
array $form: Form.
\Drupal\Core\Form\FormStateInterface $form_state: Form state object.
1 method overrides SelectionDisplayInterface::submit()
- SelectionDisplayBase::submit in src/
SelectionDisplayBase.php - Submits form.
File
- src/
SelectionDisplayInterface.php, line 61
Class
- SelectionDisplayInterface
- Defines the interface for entity browser selection displays.
Namespace
Drupal\entity_browserCode
public function submit(array &$form, FormStateInterface $form_state);