You are here

constant ENTITY_FIXED in Entity API 7

A bit flag used to mark entities as fixed, thus not changeable for any user.

4 uses of ENTITY_FIXED
EntityDefaultUIController::overviewTableRow in includes/entity.ui.inc
Generates the row for the passed entity and may be overridden in order to customize the rows.
entity_modules_disabled in ./entity.module
Implements hook_modules_disabled().
theme_entity_status in theme/entity.theme.inc
Themes the exportable status of an entity.
_entity_defaults_rebuild in ./entity.module
Actually rebuild the defaults of a given entity type.

File

./entity.module, line 47

Code

define('ENTITY_FIXED', 0x4 | 0x2);