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\EntityCode
public function getEmptyResult() {
return $this->emptyResult;
}