You are here

public property MediaSource::$forms in Drupal 8

Same name and namespace in other branches
  1. 9 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\Annotation

Code

public $forms = [];