function translation_test_node_insert

Implements hook_node_insert().

File

drupal/core/modules/translation/tests/translation_test.module, line 13
Mock module for content translation tests.

Code

function translation_test_node_insert(EntityInterface $node) {
  $node
    ->save();
}