public function EmbedViews::defaultConfiguration in Views entity embed 8
Same name and namespace in other branches
- 2.0.x src/Plugin/EmbedType/EmbedViews.php \Drupal\views_entity_embed\Plugin\EmbedType\EmbedViews::defaultConfiguration()
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides EmbedTypeBase::defaultConfiguration
File
- src/
Plugin/ EmbedType/ EmbedViews.php, line 34
Class
- EmbedViews
- Viws embed type.
Namespace
Drupal\views_entity_embed\Plugin\EmbedTypeCode
public function defaultConfiguration() {
return [
'filter_views' => FALSE,
'views_options' => [],
'filter_displays' => FALSE,
'dipslays_options' => [],
];
}