You are here

public function CerEntityContainerInterface::createInnerEntity in Corresponding Entity References 7.3

Creates an embedded entity.

Return value

EntityDrupalWrapper The newly created embedded entity, in a metadata wrapper.

2 methods override CerEntityContainerInterface::createInnerEntity()
CerFieldCollectionField::createInnerEntity in includes/fields/field_collection.inc
Implements CerEntityContainerInterface::createInnerEntity().
CerProfile2Field::createInnerEntity in extensions/cer_profile2/profile2.inc
Implements CerEntityContainerInterface::createInnerEntity().

File

includes/CerEntityContainerInterface.inc, line 22

Class

CerEntityContainerInterface
@interface

Code

public function createInnerEntity(EntityDrupalWrapper $owner);