Make Static Export event names singular
All event names in Static Suite are singular, so these should also follow the same rule.
This PR introduces a breaking change if you are using Drupal\static_export\Event\StaticExportEvents
@luigisa I think you are affected, so simply change those names in your branch, PhpStorm makes those renames effortless. Or you can:
- add this commit to branch 1.0 (use a cherry pick, but I don't know if it will work)
- search for "StaticExportEvents::" and change any plural name you find.
Edited by Alberto Silva