Same name and namespace in other branches
  1. 8.x-2.x src/Plugin/migrate/field/ColorField.php \Drupal\color_field\Plugin\migrate\field\ColorField::getFieldWidgetMap() 1 comment

File

src/Plugin/migrate/field/ColorField.php, line 44

Class

ColorField
Field Plugin for color field migrations.

Namespace

Drupal\color_field\Plugin\migrate\field

Code

public function getFieldWidgetMap() : array {
    return [
        'color_field_default_widget' => 'color_field_widget_box',
        'color_field_simple_widget' => 'color_field_widget_grid',
        'color_field_spectrum_widget' => 'color_field_widget_html5',
        'color_field_plain_text' => 'color_field_widget_default',
    ];
}