constant EXPORT_IN_DATABASE in Chaos Tool Suite (ctools) 6
Same name and namespace in other branches
- 7 includes/export.inc \EXPORT_IN_DATABASE
A bit flag used to let us know if an object is in the database.
12 uses of EXPORT_IN_DATABASE
- ctools_export_crud_save in includes/
export.inc - Save a single exportable object.
- ctools_export_load_object in includes/
export.inc - Load some number of exportable objects.
- ctools_export_set_object_status in includes/
export.inc - Set the status of a default $object as a variable.
- 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::edit_form in plugins/
export_ui/ ctools_export_ui.class.php - Provide the actual editing form.
File
- includes/
export.inc, line 13 - Contains code to make it easier to have exportable objects.
Code
define('EXPORT_IN_DATABASE', 0x1);