public function WebformNodeUninstallValidator::setStringTranslation in Webform 8.5
Same name and namespace in other branches
- 6.x modules/webform_node/src/ProxyClass/WebformNodeUninstallValidator.php \Drupal\webform_node\ProxyClass\WebformNodeUninstallValidator::setStringTranslation()
File
- modules/
webform_node/ src/ ProxyClass/ WebformNodeUninstallValidator.php, line 81
Class
- WebformNodeUninstallValidator
- Provides a proxy class for \Drupal\webform_node\WebformNodeUninstallValidator.
Namespace
Drupal\webform_node\ProxyClassCode
public function setStringTranslation(\Drupal\Core\StringTranslation\TranslationInterface $translation) {
return $this
->lazyLoadItself()
->setStringTranslation($translation);
}