You are here

public function FacConfigInterface::highlightingEnabled in Fast Autocomplete 8

Returns whether or not to use highlighting.

Return value

bool TRUE when highlighting is enabled, FALSE otherwise.

1 method overrides FacConfigInterface::highlightingEnabled()
FacConfig::highlightingEnabled in src/Entity/FacConfig.php
Returns whether or not to use highlighting.

File

src/FacConfigInterface.php, line 114

Class

FacConfigInterface
Provides an interface defining a Fast Autocomplete config entity.

Namespace

Drupal\fac

Code

public function highlightingEnabled();