You are here

public function FrameworkInterface::hookUserInsert in Realistic Dummy Content 3.x

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

Hook called in D7 when a user is inserted.

1 method overrides FrameworkInterface::hookUserInsert()
Framework::hookUserInsert in api/src/Framework/Framework.php
Hook called in D7 when a user is inserted.

File

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

Class

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

Namespace

Drupal\realistic_dummy_content_api\Framework

Code

public function hookUserInsert(&$edit, $account, $category);