TranslationWrapper.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\Core\StringTranslationFile
core/lib/Drupal/Core/StringTranslation/TranslationWrapper.phpView 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
Name | Description |
---|---|
TranslationWrapper Deprecated | Provides translatable string class. |