public function JobItemLegend::render

File

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

Class

JobItemLegend
Views area job item legend handler.

Namespace

Drupal\tmgmt\Plugin\views\area

Code

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