You are here

public function Soundcloud::defaultConfiguration in Media entity Soundcloud 8

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides MediaTypeBase::defaultConfiguration

File

src/Plugin/MediaEntity/Type/Soundcloud.php, line 67

Class

Soundcloud
Provides media type plugin for Soundcloud.

Namespace

Drupal\media_entity_soundcloud\Plugin\MediaEntity\Type

Code

public function defaultConfiguration() {
  return [
    'source_url_field' => '',
  ];
}