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