function FilterUninstallValidator::setStringTranslation
File
-
core/
modules/ filter/ src/ ProxyClass/ FilterUninstallValidator.php, line 81
Class
- FilterUninstallValidator
- Provides a proxy class for \Drupal\filter\FilterUninstallValidator.
Namespace
Drupal\filter\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.