You are here

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

Code

public function settingsSubmitCallback(FormInterface $form, FormStateInterface $form_state, $type);