When we created the config object we needed a method to remove a single value from within the file. Instead of using delete
like Drupal had, we had to choose another word because $config->delete()
will delete the entire configuration file. We chose the word clear
which isn't intuitive, and sends people to the API docs to figure out what it will do.
Is it worthwhile to change this to 'remove' or is it not worth the cost of change?
Recent comments
YES! That works. This whole thing is extremely bizarre, though. On the site I'm building (not the sandbox demo), I had a view that was displaying multiple images correctly (i.e. once, not...
Duplicated images in view
Maybe "Query settings" : "Distinct". If there are multiple identical items, each will be displayed only once. You can use this to try and remove duplicates from a view, though it...
Duplicated images in view
If there are N images in the field, then that set of N images gets repeated N times, it seems.
Duplicated images in view