Same name and namespace in other branches
  1. 3.0.x src/Feeds/Target/Color.php \Drupal\color_field\Feeds\Target\Color::defaultConfiguration()

Fichier

src/Feeds/Target/Color.php, line 65

Classe

Color
Defines a color field mapper.

Namespace

Drupal\color_field\Feeds\Target

Code

public function defaultConfiguration() {
    return parent::defaultConfiguration() + [
        'format' => '#hexhex',
    ];
}