public property MediaSource::$forms in Drupal 9
Same name and namespace in other branches
- 8 core/modules/media/src/Annotation/MediaSource.php \Drupal\media\Annotation\MediaSource::forms
The classes used to define media source-specific forms.
An array of form class names, keyed by ID. The ID represents the operation the form is used for.
Type: string[]
File
- core/
modules/ media/ src/ Annotation/ MediaSource.php, line 68
Class
- MediaSource
- Defines a media source plugin annotation object.
Namespace
Drupal\media\AnnotationCode
public $forms = [];