TimeStampItemNormalizerTraitDeprecatedTestClass.php
Namespace
Drupal\serialization_testFile
-
core/
modules/ serialization/ tests/ serialization_test/ src/ TimeStampItemNormalizerTraitDeprecatedTestClass.php
View source
<?php
namespace Drupal\serialization_test;
use Drupal\serialization\Normalizer\TimeStampItemNormalizerTrait;
/**
* For testing that TimeStampItemNormalizerTrait throws a deprecation error.
*
* @see \Drupal\Tests\serialization\Unit\Normalizer\TimeStampItemNormalizerTraitDeprecatedTest
*/
class TimeStampItemNormalizerTraitDeprecatedTestClass {
use TimeStampItemNormalizerTrait;
}
Classes
Title | Deprecated | Summary |
---|---|---|
TimeStampItemNormalizerTraitDeprecatedTestClass | For testing that TimeStampItemNormalizerTrait throws a deprecation error. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.