You are here

protected property StatusReportDetailsController::$graphColors in Acquia Content Hub 8.2

Graph colors mapped to statuses.

Type: array

File

modules/acquia_contenthub_publisher/src/Controller/StatusReportDetailsController.php, line 29

Class

StatusReportDetailsController
Controller for status report details.

Namespace

Drupal\acquia_contenthub_publisher\Controller

Code

protected $graphColors = [
  'queued' => '#555555',
  'exported' => '#29A8E1',
  'confirmed' => '#7CD7F2',
  'imported' => '#33D1FF',
  'pending' => '#56B7FF',
];