You are here

function Generator::Generate in Realistic Dummy Content 8

File

api/src/generators/Generator.php, line 49
Define autoload class.

Class

Generator

Namespace

Drupal\realistic_dummy_content_api\generators

Code

function Generate() {
  $this
    ->_Generate_();
}