We have to format code, add comments, etc. to the Drupal standard.

Must be done before final release.

Comments

Dakwamine created an issue. See original summary.

  • 3f5cdeb committed on 8.x-2.x
    Issue #3047372 by mandclu: Format code / fix indents / add comments
    
mandclu’s picture

This ended up being a fair bit of work, particularly because a number of helper functions in form_mode_control.module didn't follow the statically declared function naming convention of {module_name}_{function_name_with_underscores}. I suspect that in truth many or all of them could be moved into a helper class like FormModeControlTrait.php and added to the other classes that way, but that was more refactoring than I was ready to do today.

I went ahead and merged this in, and will try to get a stable release out soon.

mandclu’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.