Loading l10n_community/l10n_community.module +2 −2 Original line number Diff line number Diff line Loading @@ -205,9 +205,9 @@ function l10n_community_project_create(EntityInterface $entity) { } /** * Implements hook_ENTITY_TYPE_create(). * Implements hook_ENTITY_TYPE_insert(). */ function l10n_community_group_create(EntityInterface $entity) { function l10n_community_group_insert(EntityInterface $entity) { /** @var \Drupal\group\Entity\Group $entity */ $langcode = $entity->get('field_translation_language')->first()->getValue()['target_id']; $path_alias = PathAlias::create([ Loading Loading
l10n_community/l10n_community.module +2 −2 Original line number Diff line number Diff line Loading @@ -205,9 +205,9 @@ function l10n_community_project_create(EntityInterface $entity) { } /** * Implements hook_ENTITY_TYPE_create(). * Implements hook_ENTITY_TYPE_insert(). */ function l10n_community_group_create(EntityInterface $entity) { function l10n_community_group_insert(EntityInterface $entity) { /** @var \Drupal\group\Entity\Group $entity */ $langcode = $entity->get('field_translation_language')->first()->getValue()['target_id']; $path_alias = PathAlias::create([ Loading