public function SimpleSuggestion::getGroup in Linkit 8.5
Gets the suggestion group.
Return value
string The suggestion group.
Overrides SuggestionInterface::getGroup
1 call to SimpleSuggestion::getGroup()
- SimpleSuggestion::jsonSerialize in src/
Suggestion/ SimpleSuggestion.php
File
- src/
Suggestion/ SimpleSuggestion.php, line 64
Class
- SimpleSuggestion
- Defines a simple suggestion.
Namespace
Drupal\linkit\SuggestionCode
public function getGroup() {
return $this->group;
}