You are here

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

Code

public function getResultLocation() {
  return $this->resultLocation;
}