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