You are here

TranslationWrapper.php in Drupal 8

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/StringTranslation/TranslationWrapper.php

File

core/lib/Drupal/Core/StringTranslation/TranslationWrapper.php
View source
<?php

namespace Drupal\Core\StringTranslation;


/**
 * Provides translatable string class.
 *
 * @deprecated in drupal:8.0.0 and is removed from drupal:9.0.0.
 *   Use the \Drupal\Core\StringTranslation\TranslatableMarkup class instead.
 */
class TranslationWrapper extends TranslatableMarkup {

}

Classes

Namesort descending Description
TranslationWrapper Deprecated Provides translatable string class.