You are here

public function MentionsPluginInterface::mentionPresaveCallback 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::mentionPresaveCallback()
  2. 8 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
  3. 8.2 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
  4. 8.3 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
  5. 8.4 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
  6. 8.5 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
  7. 8.6 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
  8. 8.7 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
  9. 8.8 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
  10. 10.3.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
  11. 10.0.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
  12. 10.2.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()

The mentionPresaveCallback function.

Parameters

\Drupal\Core\Entity\EntityInterface $entity: The entity.

Return value

mixed Returns mixed.

1 method overrides MentionsPluginInterface::mentionPresaveCallback()
Entity::mentionPresaveCallback in modules/custom/mentions/src/Plugin/Mentions/Entity.php
The mentionPresaveCallback function.

File

modules/custom/mentions/src/MentionsPluginInterface.php, line 93

Class

MentionsPluginInterface
Interface MentionsPluginInterface.

Namespace

Drupal\mentions

Code

public function mentionPresaveCallback(EntityInterface $entity);