We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The example on https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/HowTo/Events/Index.html uses the PasswordChangeEvent to illustrate on how to create an event listener. However, since v12 the ->setAsInvalid() method of that event has been marked as deprecated and was removed with v13.
PasswordChangeEvent
->setAsInvalid()
Use the same event in another scenario or another event to explain the usage of events and event listeners.
v12, v13
TYPO3-Documentation/Changelog-To-Doc#571
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current behavior
The example on https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/HowTo/Events/Index.html uses the
PasswordChangeEvent
to illustrate on how to create an event listener. However, since v12 the->setAsInvalid()
method of that event has been marked as deprecated and was removed with v13.Expected behavior/output
Use the same event in another scenario or another event to explain the usage of events and event listeners.
TYPO3 versions
v12, v13
Related
TYPO3-Documentation/Changelog-To-Doc#571
The text was updated successfully, but these errors were encountered: