Skip to content

Drupal 10 Upgrade#3

Open
humble-ahitofel wants to merge 1 commit intomasterfrom
drupal-10-upgrade
Open

Drupal 10 Upgrade#3
humble-ahitofel wants to merge 1 commit intomasterfrom
drupal-10-upgrade

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.
- Rewrote AgreementApproveForm extending ContentEntityForm to match the
updated constructor in the latest Drupal core.
- Standardized constant declarations to follow modern PHP visibility and
style conventions.
- Applied code style improvements using Rector for enhanced readability
and consistency.
- Replaced deprecated drupal_set_message() with\Drupal::messenger()
->addMessage() and \Drupal::messenger()->addStatus().
- Replaced deprecated FilterControllerEvent with ControllerEvent in
EventSubscriberInterface implementation.
- Replaced __CLASS__ with self::class for consistency with modern PHP
standards.
@humble-ahitofel humble-ahitofel changed the title Draft: Drupal 10 Upgrade Drupal 10 Upgrade Jun 3, 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