You are here

public function StylePluginBase::config in Bootstrap Styles 1.0.x

11 calls to StylePluginBase::config()
BackgroundColor::buildConfigurationForm in src/Plugin/BootstrapStyles/Style/BackgroundColor.php
BackgroundMedia::build in src/Plugin/BootstrapStyles/Style/BackgroundMedia.php
BackgroundMedia::buildConfigurationForm in src/Plugin/BootstrapStyles/Style/BackgroundMedia.php
BackgroundMedia::buildStyleFormElements in src/Plugin/BootstrapStyles/Style/BackgroundMedia.php
Border::buildConfigurationForm in src/Plugin/BootstrapStyles/Style/Border.php

... See full list

File

src/Style/StylePluginBase.php, line 71

Class

StylePluginBase
A base class to help developers implement their own Styles Group plugins.

Namespace

Drupal\bootstrap_styles\Style

Code

public function config() {
  return $this->configFactory
    ->getEditable(static::CONFIG);
}