You are here

public function OperationItemInterface::getItemStatusColor in GatherContent 8.4

Same name and namespace in other branches
  1. 8.3 src/Entity/OperationItemInterface.php \Drupal\gathercontent\Entity\OperationItemInterface::getItemStatusColor()

Getter for item status color property.

Return value

string Hex value for status color.

1 method overrides OperationItemInterface::getItemStatusColor()
OperationItem::getItemStatusColor in src/Entity/OperationItem.php
Getter for item status color property.

File

src/Entity/OperationItemInterface.php, line 28

Class

OperationItemInterface
Provides an interface for defining Gathercontent operation item entities.

Namespace

Drupal\gathercontent\Entity

Code

public function getItemStatusColor();