Description: Drupal consulting
troubleshooting (476) api integration (100) engineering management (44) team leadership (38) content migration (27) module development (11) drupal architecture (2) performance optimzation (1)
During development, it's useful to quickly find information about form elements. Quickly is the key word here, and adding a dpm in a hook_form_alter then removing it becomes tedious.
Here's a very simple module to add debug information to the title attribute of all form elements:
One of my long-standing gripes with Views is the inability to alter the behaviour of existing Views handlers (e.g. fields, filters, etc.) without having to subclass the desired handlers to add new functionality. While the subclassing approach is fine when the functionality targets a new field type, it is not ideal if the change required should affect existing fields, across different types of handlers.