function ForumUninstallValidator::setStringTranslation
Same name in other branches
- 8.9.x core/modules/forum/src/ProxyClass/ForumUninstallValidator.php \Drupal\forum\ProxyClass\ForumUninstallValidator::setStringTranslation()
- 10 core/modules/forum/src/ProxyClass/ForumUninstallValidator.php \Drupal\forum\ProxyClass\ForumUninstallValidator::setStringTranslation()
- 11.x core/modules/forum/src/ProxyClass/ForumUninstallValidator.php \Drupal\forum\ProxyClass\ForumUninstallValidator::setStringTranslation()
File
-
core/
modules/ forum/ src/ ProxyClass/ ForumUninstallValidator.php, line 81
Class
- ForumUninstallValidator
- Provides a proxy class for \Drupal\forum\ForumUninstallValidator.
Namespace
Drupal\forum\ProxyClassCode
public function setStringTranslation(\Drupal\Core\StringTranslation\TranslationInterface $translation) {
return $this->lazyLoadItself()
->setStringTranslation($translation);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.