You are here

public function LingotekLanguageContentSettingsForm::__construct in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 8.2 src/Form/LingotekLanguageContentSettingsForm.php \Drupal\lingotek\Form\LingotekLanguageContentSettingsForm::__construct()
  2. 4.0.x src/Form/LingotekLanguageContentSettingsForm.php \Drupal\lingotek\Form\LingotekLanguageContentSettingsForm::__construct()
  3. 3.0.x src/Form/LingotekLanguageContentSettingsForm.php \Drupal\lingotek\Form\LingotekLanguageContentSettingsForm::__construct()
  4. 3.1.x src/Form/LingotekLanguageContentSettingsForm.php \Drupal\lingotek\Form\LingotekLanguageContentSettingsForm::__construct()
  5. 3.2.x src/Form/LingotekLanguageContentSettingsForm.php \Drupal\lingotek\Form\LingotekLanguageContentSettingsForm::__construct()
  6. 3.3.x src/Form/LingotekLanguageContentSettingsForm.php \Drupal\lingotek\Form\LingotekLanguageContentSettingsForm::__construct()
  7. 3.5.x src/Form/LingotekLanguageContentSettingsForm.php \Drupal\lingotek\Form\LingotekLanguageContentSettingsForm::__construct()
  8. 3.6.x src/Form/LingotekLanguageContentSettingsForm.php \Drupal\lingotek\Form\LingotekLanguageContentSettingsForm::__construct()
  9. 3.7.x src/Form/LingotekLanguageContentSettingsForm.php \Drupal\lingotek\Form\LingotekLanguageContentSettingsForm::__construct()
  10. 3.8.x src/Form/LingotekLanguageContentSettingsForm.php \Drupal\lingotek\Form\LingotekLanguageContentSettingsForm::__construct()

Constructs a new LingotekConfigTranslationService object.

Parameters

\Drupal\Core\Entity\EntityTypeBundleInfoInterface $entity_bundle_info: The entity type bundle info service.

File

src/Form/LingotekLanguageContentSettingsForm.php, line 31

Class

LingotekLanguageContentSettingsForm
Alters the Drupal language content settings form.

Namespace

Drupal\lingotek\Form

Code

public function __construct(EntityTypeBundleInfoInterface $entity_bundle_info) {
  $this->entityBundleInfo = $entity_bundle_info;
}