You are here

public function LingotekFieldDeletedConfigSubscriber::__construct in Lingotek Translation 8.2

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

Constructs a LingotekFieldDeletedConfigSubscriber.

Parameters

\Drupal\lingotek\LingotekConfigurationServiceInterface $lingotek_configuration: The Lingotek configuration service.

File

src/EventSubscriber/LingotekFieldDeletedConfigSubscriber.php, line 29

Class

LingotekFieldDeletedConfigSubscriber
Updates Lingotek config if a field is deleted.

Namespace

Drupal\lingotek\EventSubscriber

Code

public function __construct(LingotekConfigurationServiceInterface $lingotek_configuration) {
  $this->lingotekConfiguration = $lingotek_configuration;
}