AddCss |
class |
Drupal\forena\FrxPlugin\AjaxCommand |
src/FrxPlugin/AjaxCommand/AddCss.php |
Add Css wrapper commands |
|
|
|
After |
class |
Drupal\forena\FrxPlugin\AjaxCommand |
src/FrxPlugin/AjaxCommand/After.php |
Class After |
|
|
|
AjaxCommandBase |
abstract class |
Drupal\forena\FrxPlugin\AjaxCommand |
src/FrxPlugin/AjaxCommand/AjaxCommandBase.php |
|
18 |
|
|
AjaxCommandInterface |
interface |
Drupal\forena\FrxPlugin\AjaxCommand |
src/FrxPlugin/AjaxCommand/AjaxCommandInterface.php |
Implements ajax commands. |
2 |
2 |
|
AjaxControllerInterface |
interface |
Drupal\forena\Controller |
src/Controller/AjaxControllerInterface.php |
|
1 |
|
|
AjaxFormBase |
abstract class |
Drupal\forena\Form |
src/Form/AjaxFormBase.php |
Class AjaxFormTrait |
1 |
|
|
AjaxFormTrait Deprecated |
trait |
Drupal\forena\Form |
src/Form/AjaxFormTrait.php |
Class AjaxFormTrait |
|
|
|
AjaxPageControllerBase |
abstract class |
Drupal\forena\Controller |
src/Controller/AjaxPageControllerBase.php |
|
|
3 |
|
Alert |
class |
Drupal\forena\FrxPlugin\AjaxCommand |
src/FrxPlugin/AjaxCommand/Alert.php |
Alert |
|
|
|
APITest |
class |
Drupal\Tests\forena\Unit |
tests/src/Unit/APITest.php |
Test forena api.
@group Forena
@covers Drupal\forna\Frx
@requires module forena |
|
|
|
AppContext |
class |
Drupal\forena\Context |
src/Context/AppContext.php |
|
|
1 |
|
Append |
class |
Drupal\forena\FrxPlugin\AjaxCommand |
src/FrxPlugin/AjaxCommand/Append.php |
Append command |
|
|
|
AppService |
class |
Drupal\forena |
src/AppService.php |
|
1 |
16 |
|
AReportTokenTest |
class |
Drupal\Tests\forena\Unit |
tests/src/Unit/AReportTokenTest.php |
Class AReportTokenTest
@group Forena
@require module forena
@coversDefaultClass \Drupal\forena\Token\ReportReplacer |
|
|
|
Before |
class |
Drupal\forena\FrxPlugin\AjaxCommand |
src/FrxPlugin/AjaxCommand/Before.php |
Before command |
|
|
|
BlockEditor |
class |
Drupal\forena\Editor |
src/Editor/BlockEditor.php |
|
|
|
|
Changed |
class |
Drupal\forena\FrxPlugin\AjaxCommand |
src/FrxPlugin/AjaxCommand/Changed.php |
Class Changed |
|
|
|
CloseDialog |
class |
Drupal\forena\FrxPlugin\AjaxCommand |
src/FrxPlugin/AjaxCommand/CloseDialog.php |
Class CloseDialog |
|
|
|
CloseModalDialog |
class |
Drupal\forena\FrxPlugin\AjaxCommand |
src/FrxPlugin/AjaxCommand/CloseModalDialog.php |
Class CloseDialog |
|
|
|
Context |
class |
Drupal\forena\Context |
src/Context/Context.php |
|
|
|
|
ContextBase |
abstract class |
Drupal\forena\FrxPlugin\Context |
src/FrxPlugin/Context/ContextBase.php |
|
2 |
1 |
|
ContextInterface |
interface |
Drupal\forena\FrxPlugin\Context |
src/FrxPlugin/Context/ContextInterface.php |
|
1 |
|
|
Css |
class |
Drupal\forena\FrxPlugin\AjaxCommand |
src/FrxPlugin/AjaxCommand/Css.php |
Class Css |
|
|
|
CSV |
class |
Drupal\forena\FrxPlugin\Document |
src/FrxPlugin/Document/CSV.php |
Provides CSV file exports |
|
|
|
CSVTest |
class |
Drupal\Tests\forena\Unit\Document |
tests/src/Unit/Document/CSVTest.php |
Test CSV
@group Forena
@require module forena
@coversDefaultClass \Drupal\forena\FrxPlugin\Document\CSV |
|
|
|
CustomSecurity |
class |
Drupal\Tests\forena\Unit\FrxPlugin\Context |
tests/src/Unit/FrxPlugin/Context/CustomSecurity.php |
|
|
|
|
Data |
class |
Drupal\forena\FrxPlugin\AjaxCommand |
src/FrxPlugin/AjaxCommand/Data.php |
Class Data |
|
|
|
DataContext |
class |
Drupal\forena\Context |
src/Context/DataContext.php |
The DataContext class holds all of the data contexts during the report
rendering process. The general idea is that during the report render, data
objects are pushed on the stack with the id's of the block or foreach objects
that invoke them. |
|
7 |
|
DataFileSystem |
class |
Drupal\forena\File |
src/File/DataFileSystem.php |
|
|
8 |
|
DataManager |
class |
Drupal\forena |
src/DataManager.php |
|
1 |
7 |
|
DataManagerTest |
class |
Drupal\Tests\forena\Unit |
tests/src/Unit/DataManagerTest.php |
@group Forena
@require module forena
@coversDefaultClass \Drupal\forena\DataManager |
|
|
|
DataSourceController |
class |
Drupal\forena\Controller |
src/Controller/DataSourceController.php |
|
|
|
|
DataSourceDefinitionForm |
class |
Drupal\forena\Form |
src/Form/DataSourceDefinitionForm.php |
|
|
1 |
1 |
DocManager |
class |
Drupal\forena |
src/DocManager.php |
Implements \Drupal\forena\DocManager
@package Drupal\forena |
|
9 |
|
DocRaptorPDF |
class |
Drupal\forena_pdf\FrxPlugin\Document |
forena_pdf/src/FrxPlugin/Document/DocRaptorPDF.php |
Provides PDF file exports using Doc Raptor PDF Generation Service |
|
|
|
DocumentBase |
class |
Drupal\forena\FrxPlugin\Document |
src/FrxPlugin/Document/DocumentBase.php |
|
11 |
4 |
|
DocumentConfigForm |
class |
Drupal\forena\Form |
src/Form/DocumentConfigForm.php |
Implements \Drupal\forena\Form\DocumentConfigForm |
|
|
1 |
DocumentInterface |
interface |
Drupal\forena\FrxPlugin\Document |
src/FrxPlugin/Document/DocumentInterface.php |
|
1 |
3 |
|
DocumentManagerTest |
class |
Drupal\Tests\forena\Unit |
tests/src/Unit/DocumentManagerTest.php |
@group Forena
@require module forena
@coversDefaultClass \Drupal\forena\DocManager |
|
|
|
DriverBase |
abstract class |
Drupal\forena\FrxPlugin\Driver |
src/FrxPlugin/Driver/DriverBase.php |
|
6 |
|
|
DriverInterface |
interface |
Drupal\forena\FrxPlugin\Driver |
src/FrxPlugin/Driver/DriverInterface.php |
|
1 |
1 |
|
Drupal |
class |
Drupal\forena\FrxPlugin\Document |
src/FrxPlugin/Document/Drupal.php |
Provides Drupal Rendering in a themed drupal page. |
|
|
|
DrupalTest |
class |
Drupal\Tests\forena\Unit\Document |
tests/src/Unit/Document/DrupalTest.php |
Test Drupal Document Features
@group Forena
@require module forena
@coversDefaultClass \Drupal\forena\FrxPlugin\Document\Drupal |
|
|
|
EmailMerge |
class |
Drupal\forena\FrxPlugin\Document |
src/FrxPlugin/Document/EmailMerge.php |
Provides MS Excel Exports |
|
1 |
|
EmailMergeForm |
class |
Drupal\forena\Form |
src/Form/EmailMergeForm.php |
|
|
1 |
|
Excel |
class |
Drupal\forena\FrxPlugin\Document |
src/FrxPlugin/Document/Excel.php |
Provides MS Excel Exports |
|
|
|
FieldFormatterTest |
class |
Drupal\Tests\forena\Unit |
tests/src/Unit/FieldFormatterTest.php |
Test CSV
@group Forena
@require module forena
@coversDefaultClass \Drupal\forena\FrxPlugin\FieldFormatter\Formatter |
|
|
|
FileBase |
abstract class |
Drupal\forena\File |
src/File/FileBaseOld.php |
|
|
|
|
FileInterface |
interface |
Drupal\forena\File |
src/File/FileInterface.php |
|
1 |
|
|
FileSystemBase |
abstract class |
Drupal\forena\File |
src/File/FileSystemBase.php |
|
2 |
|
|