Commit Graph

8 Commits

Author SHA1 Message Date
Michael Stenta 5e887413a4 Remove the need for "disabled" modules in FarmModulesForm.
This was only needed to support FarmSettingsModulesForm
when it extended from FarmModulesForm.
2021-08-23 10:41:50 -04:00
paul121 1f3273a7eb Only provide an array of module names to install. 2021-03-01 09:04:08 -05:00
Michael Stenta 52cf0438fb Make the farmOS modules form description a bit more general. 2020-12-11 14:36:32 -05:00
paul121 986894a82e Add moduleOptions helper function to make FarmModulesForm reusable. 2020-09-10 10:35:24 -07:00
Michael Stenta 365cea8f93 \Drupal calls should be avoided in classes, use dependency injection instead. 2020-08-19 16:31:03 -04:00
Michael Stenta 84db82b9b9 t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead. 2020-08-19 16:31:03 -04:00
Michael Stenta 3b9dd4fcdc Misc comment changes to appease CodeSniffer. 2020-08-19 16:31:03 -04:00
Michael Stenta e1dfe45cdb Add an install task for selecting+installing farmOS modules. 2020-08-15 11:59:21 -04:00