public function FacConfig::getInputSelectors in Fast Autocomplete 8
Gets the input selectors.
Return value
string The input selectors.
Overrides FacConfigInterface::getInputSelectors
File
- src/
Entity/ FacConfig.php, line 219
Class
- FacConfig
- Defines the FacConfig entity.
Namespace
Drupal\fac\EntityCode
public function getInputSelectors() {
return $this->inputSelectors;
}