You are here

Loft Data Grids in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 loft_data_grids.module \loft_data_grids
  2. 7 loft_data_grids.module \loft_data_grids

@file Base module file for loft_data_grids

File

./loft_data_grids.module, line 2
Base module file for loft_data_grids

Functions

Namesort descending Location Description
loft_data_grids_boot ./loft_data_grids.module Implements hook_boot().
loft_data_grids_exporter ./loft_data_grids.module Instantiate a new ExportData object
loft_data_grids_exporter_options ./loft_data_grids.module Return an array suitable for form options keyed by classname
loft_data_grids_export_data ./loft_data_grids.module Instantiate a new ExportData object
loft_data_grids_export_info ./loft_data_grids.module Return an array of exporters info
loft_data_grids_formatter ./loft_data_grids.module Instantiate a new Formatter object.
loft_data_grids_info ./loft_data_grids.module Return info about the export formats available
loft_data_grids_ns ./loft_data_grids.module Create a fully-qualified ns from classnmae
loft_data_grids_permission ./loft_data_grids.module Implements hook_permission().
_loft_data_grids_get_exporter_names ./loft_data_grids.module Return an array of Exporter classnames dynamically loaded and cached

Classes

Namesort descending Location Description
AccessingDataTest vendor/aklump/loft_data_grids/tests/phpunit/AccessingDataTest.php
AccessingDataTest vendor/aklump/loft_data_grids/tests/phpunit/AccessingDataTest.php
CSVExporterTest vendor/aklump/loft_data_grids/tests/phpunit/CSVExporterTest.php
CSVExporterTest vendor/aklump/loft_data_grids/tests/phpunit/CSVExporterTest.php
DollarFormatterTest vendor/aklump/loft_data_grids/tests/phpunit/DollarFormatterTest.php
DollarFormatterTest vendor/aklump/loft_data_grids/tests/phpunit/DollarFormatterTest.php
ExportDataTest vendor/aklump/loft_data_grids/tests/phpunit/ExportDataTest.php
ExportDataTest vendor/aklump/loft_data_grids/tests/phpunit/ExportDataTest.php
FlatTextExporterTest vendor/aklump/loft_data_grids/tests/phpunit/FlatFileExporterTest.php
FlatTextExporterTest vendor/aklump/loft_data_grids/tests/phpunit/FlatFileExporterTest.php
HTMLExporterTest vendor/aklump/loft_data_grids/tests/phpunit/HTMLTableTest.php
HTMLExporterTest vendor/aklump/loft_data_grids/tests/phpunit/HTMLTableTest.php
MarkdownTableExporterTest vendor/aklump/loft_data_grids/tests/phpunit/MarkdownTableExporterTest.php
MarkdownTableExporterTest vendor/aklump/loft_data_grids/tests/phpunit/MarkdownTableExporterTest.php
XLSExporterTest vendor/aklump/loft_data_grids/tests/phpunit/XLSXExporterTest.php
XLSExporterTest vendor/aklump/loft_data_grids/tests/phpunit/XLSXExporterTest.php

Files

Namesort descending Location Description
AccessingDataTest.php vendor/aklump/loft_data_grids/tests/phpunit/AccessingDataTest.php Tests for the ExportData class data access.
ArrayExporterTest.php vendor/aklump/loft_data_grids/tests/phpunit/ArrayExporterTest.php Tests for the ArrayExporter class
CSVExporterTest.php vendor/aklump/loft_data_grids/tests/phpunit/CSVExporterTest.php Tests for the CSVExporter class
DollarFormatterTest.php vendor/aklump/loft_data_grids/tests/phpunit/DollarFormatterTest.php Tests for the DollarFormatter class
ExportDataTest.php vendor/aklump/loft_data_grids/tests/phpunit/ExportDataTest.php Tests for the ExportData class
ExporterBase.php vendor/aklump/loft_data_grids/tests/phpunit/ExporterBase.php Tests for the YamlExporter class
FlatFileExporterTest.php vendor/aklump/loft_data_grids/tests/phpunit/FlatFileExporterTest.php Tests for the CSVExporter class
HTMLTableTest.php vendor/aklump/loft_data_grids/tests/phpunit/HTMLTableTest.php Tests for the HTMLExporter class
JSONExporterTest.php vendor/aklump/loft_data_grids/tests/phpunit/JSONExporterTest.php Tests for the JSONExporter class
MarkdownTableExporterTest.php vendor/aklump/loft_data_grids/tests/phpunit/MarkdownTableExporterTest.php Tests for the CSVExporter class
ValuesOnlyExporterTest.php vendor/aklump/loft_data_grids/tests/phpunit/ValuesOnlyExporterTest.php Tests for the ValuesOnlyExporter class
XLSXExporterTest.php vendor/aklump/loft_data_grids/tests/phpunit/XLSXExporterTest.php Tests for the XLSExporter class
XMLExporterTest.php vendor/aklump/loft_data_grids/tests/phpunit/XMLExporterTest.php Tests for the XMLExporter class
YAMLExporterTest.php vendor/aklump/loft_data_grids/tests/phpunit/YAMLExporterTest.php Tests for the YAMLExporter class
YAMLFrontMatterExporterTest.php vendor/aklump/loft_data_grids/tests/phpunit/YAMLFrontMatterExporterTest.php Tests for the YAMLFrontMatterExporter class