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

Breadcrumb

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

function ClassMetadataInterface::getConstrainedProperties

Returns the names of all constrained properties.

Return value

string[]

1 method overrides ClassMetadataInterface::getConstrainedProperties()
ClassMetadata::getConstrainedProperties in vendor/symfony/validator/Mapping/ClassMetadata.php
Returns the names of all constrained properties.

File

vendor/symfony/validator/Mapping/ClassMetadataInterface.php, line 43

Class

ClassMetadataInterface
Stores all metadata needed for validating objects of specific class.

Namespace

Symfony\Component\Validator\Mapping

Code

public function getConstrainedProperties() : array;
RSS feed
Powered by Drupal