TranslationWrapper.php 297 B

1234567891011
  1. <?php
  2. namespace Drupal\Core\StringTranslation;
  3. /**
  4. * Provides translatable string class.
  5. *
  6. * @deprecated in Drupal 8.x, will be removed before Drupal 9.0.
  7. * Use the \Drupal\Core\StringTranslation\TranslatableMarkup class instead.
  8. */
  9. class TranslationWrapper extends TranslatableMarkup {}