You are here

public function FacConfig::getNumberOfResults in Fast Autocomplete 8

Gets the number of results.

Return value

int The number of results.

Overrides FacConfigInterface::getNumberOfResults

File

src/Entity/FacConfig.php, line 226

Class

FacConfig
Defines the FacConfig entity.

Namespace

Drupal\fac\Entity

Code

public function getNumberOfResults() {
  return $this->numberOfResults;
}