public function JobLegend::render

File

src/Plugin/views/area/JobLegend.php, line 19

Class

JobLegend
Views area job legend handler.

Namespace

Drupal\tmgmt\Plugin\views\area

Code

public function render($empty = FALSE) {
  $form['footer'] = tmgmt_color_job_legend();
  $form['footer']['#weight'] = 100;
  return $form;
}