You are here

Constants in Entity API 7

Primary tabs

Namesort descending Location Description Direct uses Strings
ENTITY_CUSTOM ./entity.module A bit flag used to let us know if an entity has been customly defined. 8 1
ENTITY_FIXED ./entity.module A bit flag used to mark entities as fixed, thus not changeable for any user. 4 1
ENTITY_IN_CODE ./entity.module A bit flag used to let us know if an entity is a 'default' in code. 9 1
ENTITY_IN_DB ./entity.module Deprecated, but still here for backward compatibility. 1
ENTITY_OVERRIDDEN ./entity.module A bit flag used to mark entities as overridden, e.g. they were originally defined in code and are saved now in the database. Same as (ENTITY_CUSTOM | ENTITY_IN_CODE). 6 1

Other projects