You are here

public function TMGMTDefaultSourceUIController::overviewForm in Translation Management Tool 7

3 methods override TMGMTDefaultSourceUIController::overviewForm()
TMGMTEntitySourceUIController::overviewForm in sources/entity/ui/tmgmt_entity_ui.ui.inc
TMGMTI18nStringDefaultSourceUIController::overviewForm in sources/i18n_string/tmgmt_i18n_string.ui.inc
TMGMTLocaleSourceUIController::overviewForm in sources/locale/tmgmt_locale.ui.inc
Implements TMGMTSourceUIControllerInterface::overviewForm().

File

plugin/tmgmt.ui.source.inc, line 42

Class

TMGMTDefaultSourceUIController
Default ui controller class for source plugin.

Code

public function overviewForm($form, &$form_state, $type) {
  return $form;
}