Upgraded drupal core with security updates
[yaffs-website] / web / core / lib / Drupal / Core / StringTranslation / TranslationWrapper.php
1 <?php
2
3 namespace Drupal\Core\StringTranslation;
4
5 /**
6  * Provides translatable string class.
7  *
8  * @deprecated in Drupal 8.x, will be removed before Drupal 9.0.
9  *   Use the \Drupal\Core\StringTranslation\TranslatableMarkup class instead.
10  */
11 class TranslationWrapper extends TranslatableMarkup {}