You are here

public function BoxCustom::getExportStatus in Boxes 7.2

Get the export status

1 call to BoxCustom::getExportStatus()
BoxCustom::delete in boxes_admin_ui/plugins/custom.inc
Delete the record from the database.

File

boxes_admin_ui/plugins/custom.inc, line 50
Box ctools plugin

Class

BoxCustom
DO NOT USE THIS BOX. ONLY USED FOR THE UI PLUGINS

Code

public function getExportStatus() {
  return $this->plugin_info['export_status'];
}