class TimeStampItemNormalizerTraitDeprecatedTestClass
For testing that TimeStampItemNormalizerTrait throws a deprecation error.
Hierarchy
- class \Drupal\serialization_test\TimeStampItemNormalizerTraitDeprecatedTestClass uses \Drupal\serialization\Normalizer\TimeStampItemNormalizerTrait
Expanded class hierarchy of TimeStampItemNormalizerTraitDeprecatedTestClass
See also
\Drupal\Tests\serialization\Unit\Normalizer\TimeStampItemNormalizerTraitDeprecatedTest
1 file declares its use of TimeStampItemNormalizerTraitDeprecatedTestClass
- TimeStampItemNormalizerTraitDeprecatedTest.php in core/
modules/ serialization/ tests/ src/ Unit/ Normalizer/ TimeStampItemNormalizerTraitDeprecatedTest.php
File
-
core/
modules/ serialization/ tests/ serialization_test/ src/ TimeStampItemNormalizerTraitDeprecatedTestClass.php, line 12
Namespace
Drupal\serialization_testView source
class TimeStampItemNormalizerTraitDeprecatedTestClass {
use TimeStampItemNormalizerTrait;
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
TimeStampItemNormalizerTrait::$allowedFormats | protected | property | Allowed timestamps formats for the denormalizer. |
TimeStampItemNormalizerTrait::constructValue | protected | function | |
TimeStampItemNormalizerTrait::processNormalizedValues | protected | function | Processes normalized timestamp values to add a formatted date and format. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.