bm-1.0.x-dev/bm.install
bm.install
<?php
use CommerceGuys\Addressing\Subdivision\SubdivisionRepository;
function bm_install() {
// $subdivisionRepository = new SubdivisionRepository;
// $states = $subdivisionRepository->getAll(['PH']);
// $term = \Drupal::entityTypeManager()->getStorage('taxonomy_term');
// foreach ($states as $state) {
// $term->create([
// 'name' => $state->getName(),
// 'vid' => 'bm_place'
// ])->save();
// }
}
