constant EXPORT_IN_CODE in Chaos Tool Suite (ctools) 7
Same name and namespace in other branches
- 6 includes/export.inc \EXPORT_IN_CODE
A bit flag used to let us know if an object is a 'default' in code.
13 uses of EXPORT_IN_CODE
- ctools_export_load_object in includes/
export.inc - Load some number of exportable objects.
- ctools_export_ui::access in plugins/
export_ui/ ctools_export_ui.class.php - Menu callback to determine if an operation is accessible.
- ctools_export_ui::delete_page in plugins/
export_ui/ ctools_export_ui.class.php - Page callback to delete an exportable item.
- ctools_export_ui::edit_form in plugins/
export_ui/ ctools_export_ui.class.php - Provide the actual editing form.
- ctools_export_ui_edit_item_form_delete in plugins/
export_ui/ ctools_export_ui.class.php - Submit handler to delete for ctools_export_ui_edit_item_form
File
- includes/
export.inc, line 18 - Contains code to make it easier to have exportable objects.
Code
define('EXPORT_IN_CODE', 0x2);