public function AutocompletionConfigurationInterface::setTheme in Search Autocomplete 8
Same name and namespace in other branches
- 2.x src/AutocompletionConfigurationInterface.php \Drupal\search_autocomplete\AutocompletionConfigurationInterface::setTheme()
Sets the theme to use for autocompletion display.
Parameters
string $theme: The CSS filename for the theme.
1 method overrides AutocompletionConfigurationInterface::setTheme()
- AutocompletionConfiguration::setTheme in src/
Entity/ AutocompletionConfiguration.php - Sets the theme to use for autocompletion display.
File
- src/
AutocompletionConfigurationInterface.php, line 229
Class
- AutocompletionConfigurationInterface
- Provides an interface defining an autocompletion configuration entity.
Namespace
Drupal\search_autocompleteCode
public function setTheme($theme);