TranslationWrapper.php 297 B

1234567891011
  1. <?php
  2. namespace Drupal\Core\StringTranslation;
  3. /**
  4. * Provides translatable string class.
  5. *
  6. * @deprecated in drupal:8.0.0 and is removed from drupal:9.0.0.
  7. * Use the \Drupal\Core\StringTranslation\TranslatableMarkup class instead.
  8. */
  9. class TranslationWrapper extends TranslatableMarkup {}