Last active
August 30, 2022 19:41
-
-
Save ruby232/0046f69c26946b485f46a4ee3e6d61c2 to your computer and use it in GitHub Desktop.
Delete configuration items in Drupal 9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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