Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
| TranslationWrapper | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
| <?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 {} |