Is there any decision on if/when LegacyComponent structure for component structure like
com_foo
|- controllers
| |- foo.php
|- helpers
| |- foo.php
|- models
| |- forms
| | |- foo.xml
| |- foo.php
|- views
| |- foo
| | |- tmpl
| | | |- default.php
|- foo.php
will need to be switched to
com_foo
|- forms
| |- foo.xml
|- services
| |- provider.php
|- src
|- |- Controller
|- |- |- DisplayController.php
|- |- |- FooController.php
|- |- Extension
|- |- |- FooComponent.php
|- |- Helper
|- |- |- FooHelper.php
|- |- Model
|- |- |- FooModel.php
|- |- Table
|- |- |- FooTable.php
|- |- View
|- |- |- Foo
|- |- |- |- HtmlView.php
|- tmpl
|- |- foo
|- |- |- default.php
Is it deprecated and will be removed with Joomla 6?
In the comment in https://github.com/joomla/joomla-cms/bl ... hp#L29-L30 it states removal but no comment about it in https://github.com/joomla/joomla-cms/bl ... hp#L29-L30
I hope someone knows more about the plans!
com_foo
|- controllers
| |- foo.php
|- helpers
| |- foo.php
|- models
| |- forms
| | |- foo.xml
| |- foo.php
|- views
| |- foo
| | |- tmpl
| | | |- default.php
|- foo.php
will need to be switched to
com_foo
|- forms
| |- foo.xml
|- services
| |- provider.php
|- src
|- |- Controller
|- |- |- DisplayController.php
|- |- |- FooController.php
|- |- Extension
|- |- |- FooComponent.php
|- |- Helper
|- |- |- FooHelper.php
|- |- Model
|- |- |- FooModel.php
|- |- Table
|- |- |- FooTable.php
|- |- View
|- |- |- Foo
|- |- |- |- HtmlView.php
|- tmpl
|- |- foo
|- |- |- default.php
Is it deprecated and will be removed with Joomla 6?
In the comment in https://github.com/joomla/joomla-cms/bl ... hp#L29-L30 it states removal but no comment about it in https://github.com/joomla/joomla-cms/bl ... hp#L29-L30
I hope someone knows more about the plans!
Statistics: Posted by JooN00b — Tue Nov 26, 2024 8:30 am