1 entity.class.inc public EntityInterface::isNew()

Returns whether the entity is new.

Usually an entity is new if no ID exists for it yet. However, entities may be enforced to be new with existing IDs too.

Return value

TRUE if the entity is new, or FALSE if the entity has already been saved.:

File

core/modules/entity/entity.class.inc, line 39
Provides an interface and a base class for entities.

Class

EntityInterface
Defines a common interface for all entity objects.

Code

public function isNew();