Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency to AbstractPlugin "pibase" #204

Closed
christianbltr opened this issue Dec 8, 2023 · 0 comments
Closed

Remove dependency to AbstractPlugin "pibase" #204

christianbltr opened this issue Dec 8, 2023 · 0 comments

Comments

@christianbltr
Copy link
Member

ke_search depends on "AbstractPlugin"

AbstractPlugin "pibase" is deprecated since TYPO3 v12.4 and will be removed with v13.0

This dependency needs to be removed.

christianbltr added a commit that referenced this issue Dec 8, 2023
ke_search still relies on some of the functions
provided by the old "PiBase" class "AbstractPlugin"
which is planned to be removed in TYPO3 13.
This patch moves the relevant functions to a
"AbstractPlugin" class inside ke_search and removes
the dependency.
The usage of "pi_setPiVarDefaults" is removed.
Also, the class "Pluginbase" is refactored, is renamed
to "PluginBase" and now placed in the "Plugins"
namespace because that better fits the structure
than the "Lib" namespace.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant