public function MentionsPluginInterface::mentionPresaveCallback in Open Social 8.4
Same name and namespace in other branches
- 8.9 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
- 8 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
- 8.2 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
- 8.3 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
- 8.5 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
- 8.6 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
- 8.7 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
- 8.8 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
- 10.3.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
- 10.0.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
- 10.1.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::mentionPresaveCallback()
- 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\mentionsCode
public function mentionPresaveCallback(EntityInterface $entity);