function TimestampNormalizerTestDrupalDateTime::setTimezone

File

core/modules/serialization/tests/src/Unit/Normalizer/TimestampNormalizerTest.php, line 146

Class

TimestampNormalizerTestDrupalDateTime
Provides a test class for testing DrupalDateTime.

Namespace

Drupal\Tests\serialization\Unit\Normalizer

Code

public function setTimezone(\DateTimeZone $timezone) {
  parent::setTimezone($timezone);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.