interface DrupalExporterInterface in Loft Data Grids 8
Hierarchy
- interface \Drupal\loft_data_grids\DrupalExporterInterface
Expanded class hierarchy of DrupalExporterInterface
All classes that implement DrupalExporterInterface
File
- src/
DrupalExporterInterface.php, line 7
Namespace
Drupal\loft_data_gridsView source
interface DrupalExporterInterface {
/**
* Return a renderable build array
*
* @param null $page_id
*
* @return array
*/
public function build($page_id = null);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DrupalExporterInterface:: |
public | function | Return a renderable build array | 1 |