You are here

public function FrameworkInterface::hookUserPresave 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::hookUserPresave()
  2. 3.x api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::hookUserPresave()

Hook called in D7 when a user is saved.

File

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

Class

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

Namespace

Drupal\realistic_dummy_content_api\Framework

Code

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