Skip to content

Instantly share code, notes, and snippets.

View dsasser's full-sized avatar

Daniel Sasser dsasser

  • Agile Six Applications, Inc.
View GitHub Profile
@dsasser
dsasser / create_file.php
Last active June 15, 2016 19:12 — forked from facine/__INDEX.txt
Drupal 8 - Examples
<?php
// Programmatically create files.
use Drupal\file\Entity\File;
$file = File::create([
'uid' => 1,
'filename' => 'logo.svg',
'uri' => 'public://page/logo.svg',
'status' => 1,
]);
<?php
/**
* Fun little set of text generation functions originally created for some custom data volume generation.
*/
/**
* Generate an simple text address.
*
* - 43 Fable Lane, San Francisco, CA 39508
* - 219 Marketing Canyon, New York, NY 11672