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

Breadcrumb

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

function AttributeMetadata::setMaxDepth

Overrides AttributeMetadataInterface::setMaxDepth

File

vendor/symfony/serializer/Mapping/AttributeMetadata.php, line 103

Class

AttributeMetadata
@author Kévin Dunglas <dunglas@gmail.com>

Namespace

Symfony\Component\Serializer\Mapping

Code

public function setMaxDepth(?int $maxDepth) : void {
    $this->maxDepth = $maxDepth;
}
RSS feed
Powered by Drupal