You are here

public function AutocompletionConfigurationInterface::getTheme in Search Autocomplete 8

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

Returns the theme to use.

Return value

string The CSS file name.

1 method overrides AutocompletionConfigurationInterface::getTheme()
AutocompletionConfiguration::getTheme in src/Entity/AutocompletionConfiguration.php
Returns the theme to use.

File

src/AutocompletionConfigurationInterface.php, line 111

Class

AutocompletionConfigurationInterface
Provides an interface defining an autocompletion configuration entity.

Namespace

Drupal\search_autocomplete

Code

public function getTheme();