You are here

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\Entity

Code

public function getInputSelectors() {
  return $this->inputSelectors;
}