Returns the string representation of the color (color, opacity).

Return value

string

Fichier

src/Color.php, line 55

Classe

Color

Namespace

Drupal\color_field

Code

public function __toString() {
    return $this->color . ' ' . $this->opacity;
}