protected function BaseLayoutBase::getDefaultBackgroundImageStyle in Layout Builder Base 8
Get the default image style background option.
Return value
string Return the default image style background option.
1 call to BaseLayoutBase::getDefaultBackgroundImageStyle()
- BaseLayoutBase::defaultConfiguration in src/
Plugin/ Layout/ BaseLayoutBase.php - Gets default configuration for this plugin.
File
- src/
Plugin/ Layout/ BaseLayoutBase.php, line 624
Class
- BaseLayoutBase
- Configurable layout plugin class.
Namespace
Drupal\layout_builder_base\Plugin\LayoutCode
protected function getDefaultBackgroundImageStyle() {
return '';
}