You are here

public function EntityReference_SelectionHandler_Views::validateAutocompleteInput in Entity reference 7

Implements EntityReferenceHandler::validateAutocompleteInput().

Overrides EntityReference_SelectionHandler::validateAutocompleteInput

File

plugins/selection/EntityReference_SelectionHandler_Views.class.php, line 172

Class

EntityReference_SelectionHandler_Views
Entity handler for Views.

Code

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