You are here

public function FacConfig::showAllResultsLink in Fast Autocomplete 8

Returns whether or not to show the all results link.

Return value

bool TRUE when the show all results link must be shown, FALSE otherwise.

Overrides FacConfigInterface::showAllResultsLink

File

src/Entity/FacConfig.php, line 261

Class

FacConfig
Defines the FacConfig entity.

Namespace

Drupal\fac\Entity

Code

public function showAllResultsLink() {
  return $this->allResultsLink;
}