constant ENTITY_CUSTOM in Entity API 7
A bit flag used to let us know if an entity has been customly defined.
8 uses of ENTITY_CUSTOM
- 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::testExportableHooks in ./
entity.test - Make sure insert() and update() hooks for exportables are invoked.
- EntityAPITestCase::testExportables in ./
entity.test - Test loading entities defined in code.
- entity_modules_disabled in ./
entity.module - Implements hook_modules_disabled().
File
- ./
entity.module, line 24
Code
define('ENTITY_CUSTOM', 0x1);