You are here

public function FrxAPI::currentDataContextArray in Forena Reports 8

3 calls to FrxAPI::currentDataContextArray()
BlockEditor::data in src/Editor/BlockEditor.php
Get data and working cache.
FrxOracle::sqlData in src/FrxPlugin/Driver/FrxOracle.php
Get data based on file data block in the repository.
RendererBase::renderDomNode in src/FrxPlugin/Renderer/RendererBase.php
Recursive report renderer Walks the nodes rendering the report.

File

src/FrxAPI.php, line 89
FrxAPI.incL General Forena Reporting Class

Class

FrxAPI
Implements FrxAPI Trait

Namespace

Drupal\forena

Code

public function currentDataContextArray() {
  return DataManager::instance()->dataSvc
    ->currentContextArray();
}