You are here

public function FacConfig::highlightingEnabled in Fast Autocomplete 8

Returns whether or not to use highlighting.

Return value

bool TRUE when highlighting is enabled, FALSE otherwise.

Overrides FacConfigInterface::highlightingEnabled

File

src/Entity/FacConfig.php, line 289

Class

FacConfig
Defines the FacConfig entity.

Namespace

Drupal\fac\Entity

Code

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