Skip to content

Drupal 10 Upgrade #2

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Drupal 10 Upgrade #2

wants to merge 1 commit into from

Conversation

humble-ahitofel
Copy link
Member

@humble-ahitofel humble-ahitofel commented May 21, 2024

Ready for review.

- Updated *.info.yml to be compatible with Drupal 10.
- Replaced fully qualified class names with imported class names for
improved readability.
- Replaced deprecated jQuery $.once to pure javascript .once library.
- Replaced deprecated hook_field_widget_form_alter() with
hook_field_widget_single_element_form_alter() for more granular control
over field widget form elements.
- Replaced deprecated getVocabularyId() with bundle() for retrieving
vocabulary IDs.
@humble-ahitofel humble-ahitofel changed the title Draft: Drupal 10 Upgrade Drupal 10 Upgrade Jun 4, 2024
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

Successfully merging this pull request may close these issues.

1 participant