public function EmbedViews::defaultConfiguration in Views entity embed 2.0.x
Same name and namespace in other branches
- 8 src/Plugin/EmbedType/EmbedViews.php \Drupal\views_entity_embed\Plugin\EmbedType\EmbedViews::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' => [],
];
}