You are here

public function Overview::getInfo in Flot 8

Add elements to the parent render array.

Overrides Flot::getInfo

File

flot_examples/src/Element/Overview.php, line 17

Class

Overview
Provides a flot render element.

Namespace

Drupal\flot_examples\Element

Code

public function getInfo() {
  $output = parent::getInfo();
  $output['#options2'] = NULL;
  $output['#id2'] = 'overview';
  return $output;
}