You are here

public function FrameworkInterface::develGenerate in Realistic Dummy Content 7.2

Same name and namespace in other branches
  1. 8.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::develGenerate()
  2. 3.x api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::develGenerate()

Use devel generate to generate dummy content.

Parameters

array $info: Can contain: entity_type: user|node node_types: array users: array of users who can own a node title_legth num: int kill: bool.

File

api/src/Framework/FrameworkInterface.php, line 43

Class

FrameworkInterface
Defines and abstracts all functions which are used by our module.

Namespace

Drupal\realistic_dummy_content_api\Framework

Code

public function develGenerate($info);