Improve plugin generator. (#1573)
- Add support for generating controllers and controller plugins. - Add support for generating plugin types from other VuFind modules (e.g. VuFindConsole Commands). - Add option to create top-level services. - Improved factory generation (use $requestedName instead of hard-coded class name). - Better aliases for controllers.
Showing
- module/VuFindConsole/src/VuFindConsole/Command/Generate/PluginCommand.php 10 additions, 2 deletions...sole/src/VuFindConsole/Command/Generate/PluginCommand.php
- module/VuFindConsole/src/VuFindConsole/Generator/GeneratorTools.php 188 additions, 26 deletions...indConsole/src/VuFindConsole/Generator/GeneratorTools.php
- module/VuFindConsole/tests/unit-tests/src/VuFindTest/Command/Generate/PluginCommandTest.php 6 additions, 3 deletions...sts/src/VuFindTest/Command/Generate/PluginCommandTest.php
Please register or sign in to comment