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

File

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

Class

Color
Defines a color field mapper.

Namespace

Drupal\color_field\Feeds\Target

Code

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