You are here

public function SynonymsFormatWordingProviderInterface::formatWordingAvailableTokens in Synonyms 8

Get available tokens for format wording.

Return value

array Array of supported tokens in wording. Keys are the tokens whereas corresponding values are explanations about what each token means

File

src/SynonymsProviderInterface/SynonymsFormatWordingProviderInterface.php, line 35

Class

SynonymsFormatWordingProviderInterface
Interface to format a synonym into some kind of wording.

Namespace

Drupal\synonyms\SynonymsProviderInterface

Code

public function formatWordingAvailableTokens();