function entity_crud_hook_test_file_insert
Implements hook_file_insert().
File
-
modules/
simpletest/ tests/ entity_crud_hook_test.module, line 74
Code
function entity_crud_hook_test_file_insert() {
$_SESSION['entity_crud_hook_test'][] = __FUNCTION__ . ' called';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.