function VariantBase::defaultConfiguration
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides ConfigurableInterface::defaultConfiguration
1 call to VariantBase::defaultConfiguration()
- VariantBase::setConfiguration in core/
lib/ Drupal/ Core/ Display/ VariantBase.php - Sets the configuration for this plugin instance.
File
-
core/
lib/ Drupal/ Core/ Display/ VariantBase.php, line 88
Class
- VariantBase
- Provides a base class for DisplayVariant plugins.
Namespace
Drupal\Core\DisplayCode
public function defaultConfiguration() {
return [
'label' => '',
'uuid' => '',
'weight' => 0,
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.