You are here

interface DrupalExporterInterface in Loft Data Grids 7.2

Hierarchy

Expanded class hierarchy of DrupalExporterInterface

All classes that implement DrupalExporterInterface

File

src/AKlump/LoftDataGrids/DrupalExporterInterface.php, line 4

Namespace

AKlump\LoftDataGrids
View source
interface DrupalExporterInterface {

  /**
   * Return a renderable build array
   *
   * @param null $page_id
   *
   * @return array
   */
  public function build($page_id = null);

}

Members

Namesort descending Modifiers Type Description Overrides
DrupalExporterInterface::build public function Return a renderable build array 1