You are here

public function WidgetSelectorBase::validate in Entity Browser 8

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

Validates form.

Parameters

array $form: Form.

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

Overrides WidgetSelectorInterface::validate

File

src/WidgetSelectorBase.php, line 104

Class

WidgetSelectorBase
Base class for widget selector plugins.

Namespace

Drupal\entity_browser

Code

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