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
On an issue in a contrib module this change record came up. It looks like it needs some polish.
https://docs.backdropcms.org/change-records/the-category-system-has-been-removed-from-user-edit-and-user-view
e.g. this is listed as the way to do it for Backdrop:
if (Drupal::config('system.date')->get('timezone.user.configurable')) {
And signature changes still include &$edit in the function variables but should not.
&$edit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On an issue in a contrib module this change record came up. It looks like it needs some polish.
https://docs.backdropcms.org/change-records/the-category-system-has-been-removed-from-user-edit-and-user-view
e.g. this is listed as the way to do it for Backdrop:
And signature changes still include
&$edit
in the function variables but should not.The text was updated successfully, but these errors were encountered: