public function MentionsPluginInterface::settingsSubmitCallback in Open Social 8.5
Same name and namespace in other branches
- 8.9 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsSubmitCallback()
- 8 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsSubmitCallback()
- 8.2 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsSubmitCallback()
- 8.3 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsSubmitCallback()
- 8.4 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsSubmitCallback()
- 8.6 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsSubmitCallback()
- 8.7 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsSubmitCallback()
- 8.8 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsSubmitCallback()
- 10.3.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsSubmitCallback()
- 10.0.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsSubmitCallback()
- 10.1.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsSubmitCallback()
- 10.2.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsSubmitCallback()
The settingsSubmitCallback function.
Parameters
\Drupal\Core\Form\FormInterface $form: The form.
\Drupal\Core\Form\FormStateInterface $form_state: The form state.
mixed $type: The type.
Return value
mixed Returns mixed.
1 method overrides MentionsPluginInterface::settingsSubmitCallback()
- Entity::settingsSubmitCallback in modules/
custom/ mentions/ src/ Plugin/ Mentions/ Entity.php - The settingsSubmitCallback function.
File
- modules/
custom/ mentions/ src/ MentionsPluginInterface.php, line 82
Class
- MentionsPluginInterface
- Interface MentionsPluginInterface.
Namespace
Drupal\mentionsCode
public function settingsSubmitCallback(FormInterface $form, FormStateInterface $form_state, $type);