You are here

public function MediaSourceFieldConstraintsInterface::getSourceFieldConstraints in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/media/src/MediaSourceFieldConstraintsInterface.php \Drupal\media\MediaSourceFieldConstraintsInterface::getSourceFieldConstraints()
  2. 9 core/modules/media/src/MediaSourceFieldConstraintsInterface.php \Drupal\media\MediaSourceFieldConstraintsInterface::getSourceFieldConstraints()

Gets media source-specific validation constraints for a source field.

Return value

\Symfony\Component\Validator\Constraint[] An array of validation constraint definitions, keyed by constraint name. Each constraint definition can be used for instantiating \Symfony\Component\Validator\Constraint objects.

1 method overrides MediaSourceFieldConstraintsInterface::getSourceFieldConstraints()
OEmbed::getSourceFieldConstraints in core/modules/media/src/Plugin/media/Source/OEmbed.php
Gets media source-specific validation constraints for a source field.

File

core/modules/media/src/MediaSourceFieldConstraintsInterface.php, line 27

Class

MediaSourceFieldConstraintsInterface
Defines an interface for a media source with source field constraints.

Namespace

Drupal\media

Code

public function getSourceFieldConstraints();