You are here

public function DepthUninstallValidator::setStringTranslation in Taxonomy Term Depth 8.2

File

src/ProxyClass/DepthUninstallValidator.php, line 80

Class

DepthUninstallValidator
Provides a proxy class for \Drupal\taxonomy_term_depth\DepthUninstallValidator.

Namespace

Drupal\taxonomy_term_depth\ProxyClass

Code

public function setStringTranslation(\Drupal\Core\StringTranslation\TranslationInterface $translation) {
  return $this
    ->lazyLoadItself()
    ->setStringTranslation($translation);
}