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

Breadcrumb

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

function AttributeMetadata::getMaxDepth

Overrides AttributeMetadataInterface::getMaxDepth

File

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

Class

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

Namespace

Symfony\Component\Serializer\Mapping

Code

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