I am new to Drupal and working with Drupal 8, I have not work in Drupal 7 or 6 so have less knowledge of it.
I am working on some dynamic fields of Drupal content type.
I have one content type attached with a vocabulary ( select list of terms ). I am using improved multi select (https://www.drupal.org/project/improved_multi_select) there.
Now I have some code in module which are creating vocabulary dynamically from some incoming API data.
I want, whenever my code create a vocabulary it automatically attached to field storage information that I am using in content type one.