You are here

public function EntityTypeConfig::setColor in Content Planner 8

Sets the color.

Parameters

string $value: The color that will be used.

File

modules/content_kanban/src/EntityTypeConfig.php, line 63

Class

EntityTypeConfig
Class EntityTypeConfig.

Namespace

Drupal\content_kanban

Code

public function setColor($value) {
  $this->color = $value;
}