You are here

function Generator::GetType in Realistic Dummy Content 8

1 call to Generator::GetType()
SimpleGenerator::_Generate_ in api/src/generators/SimpleGenerator.php

File

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

Class

Generator

Namespace

Drupal\realistic_dummy_content_api\generators

Code

function GetType() {
  return $this->type;
}