public function BlockEditor::getParms in Forena Reports 7.5
Same name and namespace in other branches
- 8 src/Editor/BlockEditor.php \Drupal\forena\Editor\BlockEditor::getParms()
Get persisted parateters from a block from a session.
File
- src/
Editor/ BlockEditor.php, line 223
Class
Namespace
Drupal\forena\EditorCode
public function getParms() {
return $_SESSION['forena_data_block_parms'][$this->block_name];
}