You are here

TimeStampItemNormalizerTraitDeprecatedTestClass.php in Drupal 8

File

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

Namesort descending Description
TimeStampItemNormalizerTraitDeprecatedTestClass For testing that TimeStampItemNormalizerTrait throws a deprecation error.