Same name in other branches
- 8.x-2.x src/Plugin/migrate/field/ColorField.php \Drupal\color_field\Plugin\migrate\field\ColorField::getFieldFormatterMap()
File
-
src/
Plugin/ migrate/ field/ ColorField.php, line 56
Class
- ColorField
- Field Plugin for color field migrations.
Namespace
Drupal\color_field\Plugin\migrate\fieldCode
public function getFieldFormatterMap() : array {
return [
'color_field_default_formatter' => 'color_field_formatter_text',
'color_field_css_declaration' => 'color_field_formatter_css',
'color_field_swatch' => 'color_field_formatter_swatch',
];
}