You are here

protected function D3ViewsDataMapping::formSV in d3.js 7

File

modules/d3_views/includes/D3ViewsDataMapping.inc, line 48

Class

D3ViewsDataMapping

Code

protected function formSV(&$form, &$form_state, $data, $key) {
  $this
    ->formS($form, $form_state, $data, $key);
}