public function LingotekImportController::content in Lingotek Translation 8
Generates the import content. It has two tabs, the import form and the settings form. @author Unknown
1 string reference to 'LingotekImportController::content'
File
- src/
Controller/ LingotekImportController.php, line 11
Class
Namespace
Drupal\lingotek\ControllerCode
public function content() {
$import_tab = array(
$this
->getLingotekForm('LingotekImportSettingsForm'),
$this
->getLingotekForm('LingotekImportForm'),
);
return $import_tab;
}