You are here

public function FrxAPI::popData in Forena Reports 8

Pop data off of the stack.

16 calls to FrxAPI::popData()
AReportTokenTest::testContextReplacement in tests/src/Unit/AReportTokenTest.php
Verify that basic Context specific token replacement works.
AReportTokenTest::testLinkGeneration in tests/src/Unit/AReportTokenTest.php
basic test for field generation.
AReportTokenTest::testReplacement in tests/src/Unit/AReportTokenTest.php
BlockEditor::data in src/Editor/BlockEditor.php
Get data and working cache.
FieldFormatterTest::testISODateFormatter in tests/src/Unit/FieldFormatterTest.php
Test the ISO Date formatter.

... See full list

File

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

Class

FrxAPI
Implements FrxAPI Trait

Namespace

Drupal\forena

Code

public function popData() {
  DataManager::instance()->dataSvc
    ->pop();
}