You are here

public function SelectionDisplayBase::validate in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 src/SelectionDisplayBase.php \Drupal\entity_browser\SelectionDisplayBase::validate()

Validates form.

Parameters

array $form: Form.

\Drupal\Core\Form\FormStateInterface $form_state: Form state object.

Overrides SelectionDisplayInterface::validate

File

src/SelectionDisplayBase.php, line 122

Class

SelectionDisplayBase
Base implementation for selection display plugins.

Namespace

Drupal\entity_browser

Code

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