You are here

public function MaestroFormApprovalExampleUninstallValidator::setStringTranslation in Maestro 8.2

Same name and namespace in other branches
  1. 3.x modules/examples/maestro_form_approval_example/src/ProxyClass/MaestroFormApprovalExampleUninstallValidator.php \Drupal\maestro_form_approval_example\ProxyClass\MaestroFormApprovalExampleUninstallValidator::setStringTranslation()

File

modules/examples/maestro_form_approval_example/src/ProxyClass/MaestroFormApprovalExampleUninstallValidator.php, line 81

Class

MaestroFormApprovalExampleUninstallValidator
Provides a proxy class for \Drupal\maestro_form_approval_example\MaestroFormApprovalExampleUninstallValidator.

Namespace

Drupal\maestro_form_approval_example\ProxyClass

Code

public function setStringTranslation(\Drupal\Core\StringTranslation\TranslationInterface $translation) {
  return $this
    ->lazyLoadItself()
    ->setStringTranslation($translation);
}