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