You are here

public function BootstrapLayoutsUninstallValidator::setStringTranslation in Bootstrap Layouts 8.4

Same name and namespace in other branches
  1. 8.5 src/ProxyClass/BootstrapLayoutsUninstallValidator.php \Drupal\bootstrap_layouts\ProxyClass\BootstrapLayoutsUninstallValidator::setStringTranslation()

File

src/ProxyClass/BootstrapLayoutsUninstallValidator.php, line 81

Class

BootstrapLayoutsUninstallValidator
Provides a proxy class for \Drupal\bootstrap_layouts\BootstrapLayoutsUninstallValidator.

Namespace

Drupal\bootstrap_layouts\ProxyClass

Code

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