You are here

function forms_steps_entity_insert in Forms Steps 8

Implements hook_entity_insert().

File

./forms_steps.module, line 54
Hook implementations for the forms_steps module.

Code

function forms_steps_entity_insert(EntityInterface $entity) {
  \Drupal::service('forms_steps.workflow.manager')
    ->entityInsert($entity);
}