public function MentionsPluginInterface::targetCallback in Open Social 8
Same name and namespace in other branches
- 8.9 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
- 8.2 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
- 8.3 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
- 8.4 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
- 8.5 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
- 8.6 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
- 8.7 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
- 8.8 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
- 10.3.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
- 10.0.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
- 10.1.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
- 10.2.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
The targetCallback function.
Parameters
string $value: The value.
array|string $settings: The settings.
Return value
mixed Returns mixed.
1 method overrides MentionsPluginInterface::targetCallback()
- Entity::targetCallback in modules/
custom/ mentions/ src/ Plugin/ Mentions/ Entity.php - The targetCallback function.
File
- modules/
custom/ mentions/ src/ MentionsPluginInterface.php, line 26
Class
- MentionsPluginInterface
- Interface MentionsPluginInterface.
Namespace
Drupal\mentionsCode
public function targetCallback($value, $settings);