In drupal 8 (or 7?), is it possible to load programmatically an existing field ? I mean : from the drupal administration, I create a new custom content type with some fields. This fields have an unique machine name. I want create a form from a custom module. In this form, I want "load" the existing fields created in the custom content.
So, is it possible to load existing fields in a .php module ?