public static function RocketChatSettingsForm::groupsSubmitForm in Rocket.Chat 8.2
Alternative submit handler for Button Precces that do not safe.
Parameters
array $form:
\Drupal\Core\Form\FormStateInterface $form_state:
File
- src/
Form/ RocketChatSettingsForm.php, line 348 - Contains \Drupal\rocket_chat\Form\RocketChatSettingsForm.
Class
- RocketChatSettingsForm
- Class RocketChatSettingsForm.
Namespace
Drupal\rocket_chat\FormCode
public static function groupsSubmitForm(array &$form, FormStateInterface $form_state) {
RocketChatGroupHelper::rebuildRocketchatState($form, $form_state);
}