You are here

function Environment::file_save in Realistic Dummy Content 8

File

api/src/environments/Environment.php, line 115
Define autoload class.

Class

Environment
The abstract base environment.

Namespace

Drupal\realistic_dummy_content_api\environments

Code

function file_save(stdClass $file) {
  $return = $this
    ->_file_save_($file);
  return $return;
}