You are here

public function FacConfig::getAllResultsLinkThreshold in Fast Autocomplete 8

Gets the all results link threshold.

Return value

int The all results link threshold.

Overrides FacConfigInterface::getAllResultsLinkThreshold

File

src/Entity/FacConfig.php, line 268

Class

FacConfig
Defines the FacConfig entity.

Namespace

Drupal\fac\Entity

Code

public function getAllResultsLinkThreshold() {
  return $this->allResultsLinkThreshold;
}