You are here

JqueryColorpickerRawRgbDisplayFormatter.php in Jquery Colorpicker 8.2

File

src/Plugin/Field/FieldFormatter/JqueryColorpickerRawRgbDisplayFormatter.php
View source
<?php

namespace Drupal\jquery_colorpicker\Plugin\Field\FieldFormatter;


/**
 * Raw RGB formatter for Color API Color fields.
 *
 * @FieldFormatter(
 *   id = "jquery_colorpicker_raw_rgb_display",
 *   label = @Translation("Raw RGB"),
 *   field_types = {
 *      "jquery_colorpicker"
 *   }
 * )
 *
 * @deprecated as of Jquery Colorpicker update 8200. Will be removed in Jquery
 *   Colorpicker 8.x-3.x, and/or 9.x-1.x. Running
 *   jquery_colorpicker_update_8200() requires the existence of this formatter,
 *   however the field type is obsolete after that update has been run.
 */
class JqueryColorpickerRawRgbDisplayFormatter extends JqueryColorpickerDisplayFormatterBase {

}

Classes

Namesort descending Description
JqueryColorpickerRawRgbDisplayFormatter Deprecated Raw RGB formatter for Color API Color fields.