You are here

public function AutocompletionConfiguration::getTheme in Search Autocomplete 8

Same name and namespace in other branches
  1. 2.x src/Entity/AutocompletionConfiguration.php \Drupal\search_autocomplete\Entity\AutocompletionConfiguration::getTheme()

Returns the theme to use.

Return value

string The CSS file name.

Overrides AutocompletionConfigurationInterface::getTheme

File

src/Entity/AutocompletionConfiguration.php, line 413

Class

AutocompletionConfiguration
Defines the autocompletion_configuration entity.

Namespace

Drupal\search_autocomplete\Entity

Code

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