Skip to content

Instantly share code, notes, and snippets.

@vijaycs85
Created February 28, 2013 17:45
Show Gist options
  • Select an option

  • Save vijaycs85/5058619 to your computer and use it in GitHub Desktop.

Select an option

Save vijaycs85/5058619 to your computer and use it in GitHub Desktop.
<?php
// Create a test entity to serialize.
$this->values = array(
'name' => $this->randomName(),
'user_id' => $GLOBALS['user']->uid,
'field_test_text' => array(
'value' => $this->randomName(),
'format' => 'full_html',
),
);
$this->entity = entity_create('entity_test_mulrev', $this->values);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment