public function MentionsPluginInterface::settingsCallback in Open Social 10.2.x
Same name and namespace in other branches
- 8.9 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsCallback()
- 8 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsCallback()
- 8.2 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsCallback()
- 8.3 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsCallback()
- 8.4 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsCallback()
- 8.5 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsCallback()
- 8.6 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsCallback()
- 8.7 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsCallback()
- 8.8 modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsCallback()
- 10.3.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsCallback()
- 10.0.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsCallback()
- 10.1.x modules/custom/mentions/src/MentionsPluginInterface.php \Drupal\mentions\MentionsPluginInterface::settingsCallback()
The settingsCallback 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::settingsCallback()
- Entity::settingsCallback in modules/
custom/ mentions/ src/ Plugin/ Mentions/ Entity.php - The settingsCallback function.
File
- modules/
custom/ mentions/ src/ MentionsPluginInterface.php, line 67
Class
- MentionsPluginInterface
- Interface MentionsPluginInterface.
Namespace
Drupal\mentionsCode
public function settingsCallback(FormInterface $form, FormStateInterface $form_state, $type);