public function SelectionBroken::validateAutocompleteInput

Implements SelectionInterface::validateAutocompleteInput().

Overrides SelectionInterface::validateAutocompleteInput

File

drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Type/Selection/SelectionBroken.php, line 59
Contains \Drupal\entity_reference\Plugin\Type\Selection\SelectionBroken.

Class

SelectionBroken
A null implementation of SelectionInterface.

Namespace

Drupal\entity_reference\Plugin\Type\Selection

Code

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