DrupalExporterInterface.php in Loft Data Grids 8
Namespace
Drupal\loft_data_gridsFile
src/DrupalExporterInterface.phpView source
<?php
namespace Drupal\loft_data_grids;
interface DrupalExporterInterface {
/**
* Return a renderable build array
*
* @param null $page_id
*
* @return array
*/
public function build($page_id = null);
}
Interfaces
Name | Description |
---|---|
DrupalExporterInterface |