You are here

constant ENTITY_IN_CODE in Entity API 7

A bit flag used to let us know if an entity is a 'default' in code.

9 uses of ENTITY_IN_CODE
EntityAPIControllerExportable::delete in includes/entity.controller.inc
Overridden to care about reverted entities.
EntityAPIControllerExportable::invoke in includes/entity.controller.inc
Overridden to care about reverted bundle entities and to skip Rules.
EntityAPIControllerExportable::save in includes/entity.controller.inc
Overridden to care exportables that are overridden.
EntityAPITestCase::testExportables in ./entity.test
Test loading entities defined in code.
EntityDefaultFeaturesController::export in ./entity.features.inc
Generates the result for hook_features_export().

... See full list

File

./entity.module, line 34

Code

define('ENTITY_IN_CODE', 0x2);