You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
0 commit comments