You are here

public function FacConfig::anonymousSearch in Fast Autocomplete 8

Returns whether or not to perform search anonymous.

Return value

bool TRUE when to search anonymous, FALSE otherwise.

Overrides FacConfigInterface::anonymousSearch

File

src/Entity/FacConfig.php, line 296

Class

FacConfig
Defines the FacConfig entity.

Namespace

Drupal\fac\Entity

Code

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