Views area job legend handler.
@ViewsArea("tmgmt_job_legend");
Expanded class hierarchy of JobLegend
class JobLegend extends AreaPluginBase {
/**
* {@inheritdoc}
*/
public function render($empty = FALSE) {
$form['footer'] = tmgmt_color_job_legend();
$form['footer']['#weight'] = 100;
return $form;
}
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
JobLegend:: |
public | function |