public function ViewsSelection::validateAutocompleteInput

Implements \Drupal\entity_reference\Plugin\Type\Selection\SelectionInterface::validateAutocompleteInput().

Overrides SelectionInterface::validateAutocompleteInput

File

drupal/core/modules/views/lib/Drupal/views/Plugin/entity_reference/selection/ViewsSelection.php, line 190
Contains \Drupal\views\Plugin\entity_reference\selection\ViewsSelection.

Class

ViewsSelection
Plugin implementation of the 'selection' entity_reference.

Namespace

Drupal\views\Plugin\entity_reference\selection

Code

public function validateAutocompleteInput($input, &$element, &$form_state, $form, $strict = TRUE) {
  return NULL;
}