| Color |
|
class |
Drupal\color_field\Feeds\Target |
src/Feeds/Target/Color.php |
Defines a color field mapper. |
|
|
|
| ColorBase |
|
abstract class |
Drupal\color_field |
src/ColorBase.php |
Base color class to ease implementations. |
5 |
|
|
| ColorCMY |
|
class |
Drupal\color_field |
src/ColorCMY.php |
ColorCMY represents the CMY color format. |
|
|
|
| ColorCMYK |
|
class |
Drupal\color_field |
src/ColorCMYK.php |
ColorCMYK represents the CMYK color format. |
|
|
|
| ColorField |
|
class |
Drupal\color_field\Plugin\migrate\field |
src/Plugin/migrate/field/ColorField.php |
Field Plugin for color field migrations. |
|
|
|
| ColorFieldFormatterCss |
|
class |
Drupal\color_field\Plugin\Field\FieldFormatter |
src/Plugin/Field/FieldFormatter/ColorFieldFormatterCss.php |
Plugin implementation of the color_field css declaration formatter. |
|
|
|
| ColorFieldFormatterSwatch |
|
class |
Drupal\color_field\Plugin\Field\FieldFormatter |
src/Plugin/Field/FieldFormatter/ColorFieldFormatterSwatch.php |
Plugin implementation of the color_field swatch formatter. |
1 |
|
|
| ColorFieldFormatterSwatchOptions |
|
class |
Drupal\color_field\Plugin\Field\FieldFormatter |
src/Plugin/Field/FieldFormatter/ColorFieldFormatterSwatchOptions.php |
Plugin implementation of the color_field swatch formatter. |
|
|
|
| ColorFieldFormatterTest |
|
class |
Drupal\Tests\color_field\Functional |
tests/src/Functional/ColorFieldFormatterTest.php |
Tests color field formatters. |
|
|
|
| ColorFieldFormatterText |
|
class |
Drupal\color_field\Plugin\Field\FieldFormatter |
src/Plugin/Field/FieldFormatter/ColorFieldFormatterText.php |
Plugin implementation of the color_field text formatter. |
|
|
|
| ColorFieldFormatterTokenTest |
|
class |
Drupal\Tests\color_field\Functional |
tests/src/Functional/ColorFieldFormatterTokenTest.php |
Tests color field formatters. |
|
|
|
| ColorFieldFunctionalTestBase |
|
abstract class |
Drupal\Tests\color_field\Functional |
tests/src/Functional/ColorFieldFunctionalTestBase.php |
Provide basic setup for all color field functional tests. |
3 |
|
|
| ColorFieldType |
|
class |
Drupal\color_field\Plugin\Field\FieldType |
src/Plugin/Field/FieldType/ColorFieldType.php |
Plugin implementation of the 'color_type' field type. |
|
4 |
|
| ColorFieldTypeTest |
|
class |
Drupal\Tests\color_field\Kernel |
tests/src/Kernel/ColorFieldTypeTest.php |
Tests the new entity API for the color field type. |
|
|
|
| ColorFieldWidgetBase |
|
abstract class |
Drupal\color_field\Plugin\Field\FieldWidget |
src/Plugin/Field/FieldWidget/ColorFieldWidgetBase.php |
Base class for color_field widgets. |
5 |
|
|
| ColorFieldWidgetBox |
|
class |
Drupal\color_field\Plugin\Field\FieldWidget |
src/Plugin/Field/FieldWidget/ColorFieldWidgetBox.php |
Plugin implementation of the color_field box widget. |
|
|
|
| ColorFieldWidgetDefault |
|
class |
Drupal\color_field\Plugin\Field\FieldWidget |
src/Plugin/Field/FieldWidget/ColorFieldWidgetDefault.php |
Plugin implementation of the color_widget default input widget. |
|
|
|
| ColorFieldWidgetGrid |
|
class |
Drupal\color_field\Plugin\Field\FieldWidget |
src/Plugin/Field/FieldWidget/ColorFieldWidgetGrid.php |
Plugin implementation of the 'color_field_default' widget. |
|
|
|
| ColorFieldWidgetHTML5 |
|
class |
Drupal\color_field\Plugin\Field\FieldWidget |
src/Plugin/Field/FieldWidget/ColorFieldWidgetHTML5.php |
Plugin implementation of the color_field spectrum widget. |
|
|
|
| ColorFieldWidgetJavascriptTests |
|
class |
Drupal\Tests\color_field\FunctionalJavascript |
tests/src/FunctionalJavascript/ColorFieldWidgetJavascriptTests.php |
Tests for form grouping elements. |
|
|
|
| ColorFieldWidgetSpectrum |
|
class |
Drupal\color_field\Plugin\Field\FieldWidget |
src/Plugin/Field/FieldWidget/ColorFieldWidgetSpectrum.php |
Plugin implementation of the color_field spectrum widget. |
|
|
|
| ColorFieldWidgetTest |
|
class |
Drupal\Tests\color_field\Functional |
tests/src/Functional/ColorFieldWidgetTest.php |
Tests color field widgets. |
|
|
|
| ColorHex |
|
class |
Drupal\color_field |
src/ColorHex.php |
Hex represents the Hex color format. |
|
5 |
|
| ColorHSL |
|
class |
Drupal\color_field |
src/ColorHSL.php |
RGB represents the RGB color format. |
|
|
|
| ColorInterface |
|
interface |
Drupal\color_field |
src/ColorInterface.php |
Defines a common interface for color classes. |
1 |
|
|
| ColorRGB |
|
class |
Drupal\color_field |
src/ColorRGB.php |
RGB represents the RGB color format. |
|
|
|