You are here

public function FacConfig::getEmptyResult in Fast Autocomplete 8

Gets the empty result.

Return value

int The empty result.

Overrides FacConfigInterface::getEmptyResult

File

src/Entity/FacConfig.php, line 233

Class

FacConfig
Defines the FacConfig entity.

Namespace

Drupal\fac\Entity

Code

public function getEmptyResult() {
  return $this->emptyResult;
}