function 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\ProxyClass

Code

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.