You are here

public function DriverInterface::data in Forena Reports 8

Retreives data based on parsed definition.

Parameters

$block: Block definition array

Return value

mixed Iterateable data structure, ideally \SimpleXMLElement

1 method overrides DriverInterface::data()
DriverBase::data in src/FrxPlugin/Driver/DriverBase.php
Return data based on block definition.

File

src/FrxPlugin/Driver/DriverInterface.php, line 24

Class

DriverInterface

Namespace

Drupal\forena\FrxPlugin\Driver

Code

public function data(array $block, $raw_mode = FALSE);