public function FacConfigInterface::anonymousSearch in Fast Autocomplete 8
Returns whether or not to perform search anonymous.
Return value
bool TRUE when to search anonymous, FALSE otherwise.
1 method overrides FacConfigInterface::anonymousSearch()
- FacConfig::anonymousSearch in src/
Entity/ FacConfig.php - Returns whether or not to perform search anonymous.
File
- src/
FacConfigInterface.php, line 122
Class
- FacConfigInterface
- Provides an interface defining a Fast Autocomplete config entity.
Namespace
Drupal\facCode
public function anonymousSearch();