public function FrxAPI::dataService in Forena Reports 8
Return Data Service
Return value
\Drupal\forena\Context\DataContext
4 calls to FrxAPI::dataService()
- AReportTokenTest::testReplacement in tests/
src/ Unit/ AReportTokenTest.php - AReportTokenTest::__construct in tests/
src/ Unit/ AReportTokenTest.php - ReportReplacer::get_value in src/
Token/ ReportReplacer.php - Get the value from the data. This is used by token_replace method to extract the data based on the path provided.
- TokenReplacerBase::get_value in src/
Token/ TokenReplacerBase.php - Get the value from the data. This is used by token_replace method to extract the data based on the path provided.
File
- src/
FrxAPI.php, line 40 - FrxAPI.incL General Forena Reporting Class
Class
- FrxAPI
- Implements FrxAPI Trait
Namespace
Drupal\forenaCode
public function dataService() {
return DataManager::instance()->dataSvc;
}