Loading commerce_license_entity_field.info.yml +3 −3 Original line number Diff line number Diff line name: 'Commerce License Entity Field' type: module description: "Provides a Commerce License type which sets a value on one of the user's entities." core: 8.x core_version_requirement: ^8.8 || ^9 package: 'Commerce (contrib)' dependencies: - commerce_license - dynamic_entity_reference - commerce_license:commerce_license - dynamic_entity_reference:dynamic_entity_reference commerce_license_entity_field.module +1 −1 Original line number Diff line number Diff line Loading @@ -71,6 +71,6 @@ function commerce_license_entity_field_form_alter(&$form, FormStateInterface $fo ]); } drupal_set_message($message); \Drupal::messenger()->addStatus($message); } } Loading
commerce_license_entity_field.info.yml +3 −3 Original line number Diff line number Diff line name: 'Commerce License Entity Field' type: module description: "Provides a Commerce License type which sets a value on one of the user's entities." core: 8.x core_version_requirement: ^8.8 || ^9 package: 'Commerce (contrib)' dependencies: - commerce_license - dynamic_entity_reference - commerce_license:commerce_license - dynamic_entity_reference:dynamic_entity_reference
commerce_license_entity_field.module +1 −1 Original line number Diff line number Diff line Loading @@ -71,6 +71,6 @@ function commerce_license_entity_field_form_alter(&$form, FormStateInterface $fo ]); } drupal_set_message($message); \Drupal::messenger()->addStatus($message); } }