Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. DateTimeNormalizerContextBuilder.php

function DateTimeNormalizerContextBuilder::withCast

Parameters

'int'|'float'|null $cast:

File

vendor/symfony/serializer/Context/Normalizer/DateTimeNormalizerContextBuilder.php, line 68

Class

DateTimeNormalizerContextBuilder
A helper providing autocompletion for available DateTimeNormalizer options.

Namespace

Symfony\Component\Serializer\Context\Normalizer

Code

public function withCast(?string $cast) : static {
    return $this->with(DateTimeNormalizer::CAST_KEY, $cast);
}
RSS feed
Powered by Drupal