public function Drupal8::hookUserPresave in Realistic Dummy Content 3.x
Same name and namespace in other branches
- 8.2 api/src/Framework/Drupal8.php \Drupal\realistic_dummy_content_api\Framework\Drupal8::hookUserPresave()
- 7.2 api/src/Framework/Drupal8.php \Drupal\realistic_dummy_content_api\Framework\Drupal8::hookUserPresave()
Hook called in D7 when a user is saved.
Overrides Framework::hookUserPresave
File
- api/
src/ Framework/ Drupal8.php, line 379
Class
- Drupal8
- Drupal 8-specific code.
Namespace
Drupal\realistic_dummy_content_api\FrameworkCode
public function hookUserPresave(&$edit, $account, $category) {
// Do nothing in D8.
}