You are here

public function SuggestionInterface::setGroup in Linkit 8.5

Sets the suggestion group.

Parameters

string $group: The suggestion group to set.

Return value

$this

1 method overrides SuggestionInterface::setGroup()
SimpleSuggestion::setGroup in src/Suggestion/SimpleSuggestion.php
Sets the suggestion group.

File

src/Suggestion/SuggestionInterface.php, line 62

Class

SuggestionInterface
Defines the interface for suggestions.

Namespace

Drupal\linkit\Suggestion

Code

public function setGroup($group);