public function TMGMTDefaultSourceUIController::overviewFormSubmit in Translation Management Tool 7
3 methods override TMGMTDefaultSourceUIController::overviewFormSubmit()
- TMGMTEntitySourceUIController::overviewFormSubmit in sources/
entity/ ui/ tmgmt_entity_ui.ui.inc - TMGMTI18nStringDefaultSourceUIController::overviewFormSubmit in sources/
i18n_string/ tmgmt_i18n_string.ui.inc - TMGMTLocaleSourceUIController::overviewFormSubmit in sources/
locale/ tmgmt_locale.ui.inc - Implements TMGMTSourceUIControllerInterface::overviewFormSubmit().
File
- plugin/
tmgmt.ui.source.inc, line 56
Class
- TMGMTDefaultSourceUIController
- Default ui controller class for source plugin.
Code
public function overviewFormSubmit($form, &$form_state, $type) {
// Nothing to do here by default.
}