You are here

public function MentionsPluginInterface::targetCallback in Open Social 10.1.x

Same name and namespace in other branches
  1. 8.9 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
  2. 8 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
  3. 8.2 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
  4. 8.3 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
  5. 8.4 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
  6. 8.5 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
  7. 8.6 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
  8. 8.7 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
  9. 8.8 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
  10. 10.3.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
  11. 10.0.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::targetCallback()
  12. 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\mentions

Code

public function targetCallback($value, $settings);