You are here

TranslationWrapper.php in Zircon Profile 8

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

File

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

/**
 * @file
 * Contains \Drupal\Core\StringTranslation\TranslationWrapper.
 */
namespace Drupal\Core\StringTranslation;


/**
 * Provides translatable string class.
 *
 * @deprecated in Drupal 8.x, will be removed before Drupal 9.0.
 *   Use the \Drupal\Core\StringTranslation\TranslatableMarkup class instead.
 */
class TranslationWrapper extends TranslatableMarkup {

}

Classes

Namesort descending Description
TranslationWrapper Deprecated Provides translatable string class.