public function Instance::delete in Little helpers 7.2
Same name and namespace in other branches
- 7 src/Field/Instance.php \Drupal\little_helpers\Field\Instance::delete()
Delete an existing field instance.
See also
File
- src/
Field/ Instance.php, line 145
Class
Namespace
Drupal\little_helpers\FieldCode
public function delete() {
\field_delete_instance($this
->export());
}