You are here

constant EXPORT_IN_DATABASE in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 includes/export.inc \EXPORT_IN_DATABASE

A bit flag used to let us know if an object is in the database.

18 uses of EXPORT_IN_DATABASE
CtoolsExportCrudTestCase::testCrudExportLoad in tests/ctools_export_test/ctools_export.test
Tests CRUD operation: Load.
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.

... See full list

File

includes/export.inc, line 13
Contains code to make it easier to have exportable objects.

Code

define('EXPORT_IN_DATABASE', 0x1);