You are here

public function FacConfigInterface::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.

1 method overrides FacConfigInterface::showAllResultsLink()
FacConfig::showAllResultsLink in src/Entity/FacConfig.php
Returns whether or not to show the all results link.

File

src/FacConfigInterface.php, line 82

Class

FacConfigInterface
Provides an interface defining a Fast Autocomplete config entity.

Namespace

Drupal\fac

Code

public function showAllResultsLink();