Same name and namespace in other branches
  1. 8.x-2.x src/ColorHex.php \Drupal\color_field\ColorHex::toHex() 1 commentaire

Overrides ColorInterface::toHex

Fichier

src/ColorHex.php, line 78

Classe

ColorHex
Hex represents the Hex color format.

Namespace

Drupal\color_field

Code

public function toHex() : ColorHex {
    return $this;
}