【问题标题】:How to get country name from country code in Drupal Commerce如何从 Drupal Commerce 中的国家代码获取国家名称
【发布时间】:2019-02-06 09:48:05
【问题描述】:

我从 drupal Commerce 中的 field_data_commerce_customer_address 表中获取国家/地区代码。现在如何从此代码中获取完整的国家/地区名称。

【问题讨论】:

    标签: drupal drupal-commerce


    【解决方案1】:

    您可以像这样使用 drupal 核心国家经理:

    $country_list = \Drupal::getContainer()->get('country_manager')->getList();
    $country_name = $country_list[$country_code]->render();
    

    【讨论】:

      猜你喜欢
      • 2016-06-11
      • 1970-01-01
      • 1970-01-01
      • 2020-09-13
      • 2016-11-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多