entity get id ?
this code is so beautiful
$node = entity_create('node', array('type' => 'person'));
$entity = entity_metadata_wrapper('node', $node);
$entity->save();
$entity->getIdentifier();
this code is so beautiful
$node = entity_create('node', array('type' => 'person'));
$entity = entity_metadata_wrapper('node', $node);
$entity->save();
$entity->getIdentifier();