public function BeanCustom::getExportStatus in Bean (for Drupal 7) 7
Get the export status
File
- bean_admin_ui/
plugins/ BeanCustom.class.php, line 55 - Bean ctools plugin
Class
- BeanCustom
- DO NOT USE THIS BEAN. ONLY USED FOR THE UI PLUGINS
Code
public function getExportStatus() {
return $this->plugin_info['export_status'];
}