Skip to content

Instantly share code, notes, and snippets.

@ruby232
Last active August 30, 2022 19:41
Show Gist options
  • Save ruby232/0046f69c26946b485f46a4ee3e6d61c2 to your computer and use it in GitHub Desktop.
Save ruby232/0046f69c26946b485f46a4ee3e6d61c2 to your computer and use it in GitHub Desktop.
Delete configuration items in Drupal 9
<?php
Drupal::configFactory()->getEditable('field.field.block_content.hero.field_image')->delete();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment