Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / node_type_insert.twig
1 /**
2  * Implements hook_node_type_insert().
3  */
4 function {{ machine_name }}_node_type_insert($info) {
5   drupal_set_message(t('You have just created a content type with a machine name %type.', array('%type' => $info->type)));
6 }