How do you programmatically delete a field?
I found this page: https://www.drupal.org/node/2012896 which lists this:
// Deleting field storage. FieldStorageConfig::loadByName('entity_type', 'field_name')->delete(); // Deleting field. FieldConfig::loadByName('entity_type', 'bundle', 'field_name')->delete();
but, of course, I get: Fatal error: Class ‘FieldStorageConfig’ not found.
Any hints as to how this gets used?
This article was republished from its original source.
Pixeldust is a 20-year-old web development agency specializing in Drupal and WordPress and working with clients all over the country. With our best in class capabilities, we work with small businesses and fortune 500 companies alike. Give us a call at 1(800)730-2416 and let’s talk about your project.