It would be useful if we had a global concept of storage state, for all modules and systems to use consistently. For example, a view can be custom, default, or overridden. So can a layout. So can anything else that's exportable, like an image style!
Right now views uses constants for these things (VIEWS_STORAGE_OVERRIDE, VIEWS_STORAGE_NORMAL) but it would be good if we didn't need to use these constants for other unrelated things, like layouts or image styles. It would also be good if they were not these silly constants (integers) but were instead strings, like "custom", "default", or "overridden".
Recent comments
Thanks for the guide, let me do just that. I hope there is still a chance of these seeing a backdrop port.
Station and Community Media
The block system and API in Backdrop is very different from Drupal's. In Backdrop, as in Drupal, modules can define blocks in code (in fact some of the API at this level is the same, with...
Drupal block module conversion
This was from examining line 2463- of the webform.module, where // Attach necessary JavaScript and CSS. $form['#attached'] = array( 'css' => array(backdrop_get_path('module', 'webform...
How do I diagnose Webform Conditionals failing?