function RequiredModuleUninstallValidator::setStringTranslation
File
- 
              core/lib/ Drupal/ Core/ ProxyClass/ Extension/ RequiredModuleUninstallValidator.php, line 81 
Class
- RequiredModuleUninstallValidator
- Provides a proxy class for \Drupal\Core\Extension\RequiredModuleUninstallValidator.
Namespace
Drupal\Core\ProxyClass\ExtensionCode
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.
