function entity_crud_hook_test_node_create

Implements hook_ENTITY_TYPE_create() for node entities.

File

core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module, line 41

Code

function entity_crud_hook_test_node_create() {
  $GLOBALS['entity_crud_hook_test'][] = __FUNCTION__ . ' called';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.