public function Aircraft::defaultConfiguration in Embed 8
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides EmbedTypeBase::defaultConfiguration
File
- tests/
embed_test/ src/ Plugin/ EmbedType/ Aircraft.php, line 21
Class
- Aircraft
- An embed type plugin for testing the plugin form. Using aircraft.
Namespace
Drupal\embed_test\Plugin\EmbedTypeCode
public function defaultConfiguration() {
return [
'aircraft_type' => 'fixed-wing',
];
}