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