Skip to content

Instantly share code, notes, and snippets.

@juliquiron
Created February 9, 2016 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliquiron/95d4b11647eab51164e9 to your computer and use it in GitHub Desktop.
Save juliquiron/95d4b11647eab51164e9 to your computer and use it in GitHub Desktop.
Default dummy image for Drupal 7 tutorial #2
$file = new stdClass;
$file­>filename = 'dummy.jpg';
$file­>timestamp = REQUEST_TIME;
$file­>uri = $source;
$file­>filemime = file_get_mimetype($source);
$file­>uid = 1;
$file­>status = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment