You are here

protected function LingotekSettingsTabPreferencesForm::retrieveImportSetting in Lingotek Translation 8

1 call to LingotekSettingsTabPreferencesForm::retrieveImportSetting()
LingotekSettingsTabPreferencesForm::buildForm in src/Form/LingotekSettingsTabPreferencesForm.php
Form constructor.

File

src/Form/LingotekSettingsTabPreferencesForm.php, line 180

Class

LingotekSettingsTabPreferencesForm
Configure Lingotek

Namespace

Drupal\lingotek\Form

Code

protected function retrieveImportSetting() {
  $this->show_import_tab = $this->lingotek
    ->get('preference.enable_content_cloud');
}