public function TaskLegend::render

File

translators/tmgmt_local/src/Plugin/views/area/TaskLegend.php, line 19

Class

TaskLegend
Views area task legend handler.

Namespace

Drupal\tmgmt_local\Plugin\views\area

Code

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