You are here

public function ColorInterface::getHexadecimal in Color API 8

Same name in this branch
  1. 8 src/Entity/ColorInterface.php \Drupal\colorapi\Entity\ColorInterface::getHexadecimal()
  2. 8 src/Plugin/DataType/ColorInterface.php \Drupal\colorapi\Plugin\DataType\ColorInterface::getHexadecimal()

Retrieve the hexadecimal color string representation of the color.

Return value

string The hexadecimal string representation of the color.

1 method overrides ColorInterface::getHexadecimal()
Color::getHexadecimal in src/Entity/Color.php
Retrieve the hexadecimal color string representation of the color.

File

src/Entity/ColorInterface.php, line 18

Class

ColorInterface
Intefrface for Color Entities.

Namespace

Drupal\colorapi\Entity

Code

public function getHexadecimal();