You are here

15 calls to SuggestionHelper::getConfig() in Autocomplete Search Suggestions 3.0.x

SuggestionAdminForm::buildForm in src/Form/SuggestionAdminForm.php
The suggestion configuration form.
SuggestionAdminForm::getAutocomplete in src/Form/SuggestionAdminForm.php
Build an autocomplete form ID to field name hash.
SuggestionAdminForm::submitForm in src/Form/SuggestionAdminForm.php
Submit function for the suggestion configuration form.
SuggestionBlock::blockForm in src/Plugin/Block/SuggestionBlock.php
SuggestionBlock::defaultConfiguration in src/Plugin/Block/SuggestionBlock.php
SuggestionBlockForm::buildForm in src/Form/SuggestionBlockForm.php
A search block form.
SuggestionController::autoComplete in src/Controller/SuggestionController.php
AJAX search autocomplete callback.
SuggestionHelper::insert in src/SuggestionHelper.php
Add a suggestion.
SuggestionHelper::ngrams in src/SuggestionHelper.php
Build a set of ngrams from the set of atoms.
SuggestionHelper::types in src/SuggestionHelper.php
Build an array of content types used in auto-complete.
SuggestionIndexForm::buildForm in src/Form/SuggestionIndexForm.php
The suggestion indexing form.
SuggestionSearchForm::buildForm in src/Form/SuggestionSearchForm.php
The suggestion search form.
suggestion_cron in ./suggestion.module
Implements hook_cron().
suggestion_form_alter in ./suggestion.module
Implements hook_form_alter().
suggestion_surfer_submit in ./suggestion.module
Custom submit function to add surfer suggestions.