Same name in other branches
- 8.x-2.x src/ColorRGB.php \Drupal\color_field\ColorRGB::toRgb()
Overrides ColorInterface::toRgb
Fichier
-
src/
ColorRGB.php, line 112
Classe
- ColorRGB
- RGB represents the RGB color format.
Namespace
Drupal\color_fieldCode
public function toRgb() : ColorRGB {
return $this;
}