You are here

public function TMGMTDefaultSourceUIController::overviewFormValidate in Translation Management Tool 7

1 method overrides TMGMTDefaultSourceUIController::overviewFormValidate()
TMGMTEntitySourceUIController::overviewFormValidate in sources/entity/ui/tmgmt_entity_ui.ui.inc

File

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

Class

TMGMTDefaultSourceUIController
Default ui controller class for source plugin.

Code

public function overviewFormValidate($form, &$form_state, $type) {

  // Nothing to do here by default.
}