public function LingotekProfileDeleteForm::__construct in Lingotek Translation 8
Same name and namespace in other branches
- 8.2 src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::__construct()
- 4.0.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::__construct()
- 3.0.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::__construct()
- 3.1.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::__construct()
- 3.2.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::__construct()
- 3.3.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::__construct()
- 3.4.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::__construct()
- 3.5.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::__construct()
- 3.6.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::__construct()
- 3.7.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::__construct()
- 3.8.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::__construct()
Constructs a new LingotekProfileDeleteForm object.
Parameters
\Drupal\lingotek\LingotekProfileUsageInterface $profile_usage: The Lingotek profiles usage service.
File
- src/
Form/ LingotekProfileDeleteForm.php, line 34 - Contains \Drupal\lingotek\Form\LingotekProfileDeleteForm.
Class
- LingotekProfileDeleteForm
- Provides a form for lingotek profiles deletion.
Namespace
Drupal\lingotek\FormCode
public function __construct(LingotekProfileUsageInterface $profile_usage) {
$this->profileUsage = $profile_usage;
}