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

Breadcrumb

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

function Compound::getCompositeOption

Overrides Composite::getCompositeOption

1 call to Compound::getCompositeOption()
Compound::__construct in vendor/symfony/validator/Constraints/Compound.php
The groups of the composite and its nested constraints are made consistent using the following strategy:

File

vendor/symfony/validator/Constraints/Compound.php, line 38

Class

Compound
Extend this class to create a reusable set of constraints.

Namespace

Symfony\Component\Validator\Constraints

Code

protected final function getCompositeOption() : string {
    return 'constraints';
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal