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