You are here

public function DriverInterface::loadBlock in Forena Reports 8

Parameters

string $block_name: Name of the block to load

Return value

mixed

1 method overrides DriverInterface::loadBlock()
DriverBase::loadBlock in src/FrxPlugin/Driver/DriverBase.php
Load blcok data from filesystem

File

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

Class

DriverInterface

Namespace

Drupal\forena\FrxPlugin\Driver

Code

public function loadBlock($block_name);