public function DateRecurInterpreterPluginInterface::supportedLanguages in Recurring Dates Field 8.2
Same name and namespace in other branches
- 3.x src/Plugin/DateRecurInterpreterPluginInterface.php \Drupal\date_recur\Plugin\DateRecurInterpreterPluginInterface::supportedLanguages()
- 3.0.x src/Plugin/DateRecurInterpreterPluginInterface.php \Drupal\date_recur\Plugin\DateRecurInterpreterPluginInterface::supportedLanguages()
- 3.1.x src/Plugin/DateRecurInterpreterPluginInterface.php \Drupal\date_recur\Plugin\DateRecurInterpreterPluginInterface::supportedLanguages()
The languages supported by this plugin.
Two letter langcodes. E.g: 'en', 'fr', etc.
Return value
string[] Supported languages.
2 methods override DateRecurInterpreterPluginInterface::supportedLanguages()
- RlInterpreter::supportedLanguages in src/
Plugin/ DateRecurInterpreter/ RlInterpreter.php - The languages supported by this plugin.
- TestInterpreter::supportedLanguages in tests/
modules/ date_recur_interpreter_test/ src/ Plugin/ DateRecurInterpreter/ TestInterpreter.php - The languages supported by this plugin.
File
- src/
Plugin/ DateRecurInterpreterPluginInterface.php, line 40
Class
- DateRecurInterpreterPluginInterface
- Interface for date recur interpreter plugins.
Namespace
Drupal\date_recur\PluginCode
public function supportedLanguages() : array;