public function BootstrapLayoutsUninstallValidator::setStringTranslation in Bootstrap Layouts 8.5
Same name and namespace in other branches
- 8.4 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\ProxyClassCode
public function setStringTranslation(\Drupal\Core\StringTranslation\TranslationInterface $translation) {
return $this
->lazyLoadItself()
->setStringTranslation($translation);
}