Implements hook_entity_insert().
function tmgmt_content_entity_insert(EntityInterface $entity) {
if ($entity instanceof ContentEntityInterface && !$entity
->getEntityType()
->get('entity_revision_parent_type_field')) {
tmgmt_content_create_continuous_job_items($entity);
}
}