You are here

public function SelectionDisplayInterface::validate in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 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_browser

Code

public function validate(array &$form, FormStateInterface $form_state);