public function ContentUninstallValidator::setStringTranslation in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php \Drupal\Core\ProxyClass\Entity\ContentUninstallValidator::setStringTranslation()
File
- core/
lib/ Drupal/ Core/ ProxyClass/ Entity/ ContentUninstallValidator.php, line 85 - Contains \Drupal\Core\ProxyClass\Entity\ContentUninstallValidator.
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);
}