Skip to content

F/drupal11 - #346

Open
stankut wants to merge 23 commits into
developfrom
f/drupal11
Open

F/drupal11#346
stankut wants to merge 23 commits into
developfrom
f/drupal11

Conversation

@stankut

@stankut stankut commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

Drupal 11 compatibility

@ds-bellcom
ds-bellcom requested a review from jekuaitk August 26, 2026 12:59
@ds-bellcom ds-bellcom linked an issue Aug 26, 2026 that may be closed by this pull request

@jekuaitk jekuaitk left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple questions otherwise good!

Comment thread composer.json
Comment on lines +109 to +111
"drupal/webform_node_element",
"drupal/events_logging",
"drupal/switch_page_theme"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The continuous need for drupal lenient comes with annoyances, cf. #244. But i suppose that should be considered and/or handled separately!

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks to me like this is missing the addition of $typedConfigManager that was added to other setting forms extending ConfigFormBase.

];

$this->messenger()->addMessage(\Drupal::service('renderer')->renderPlain($build), $file_type);
$this->messenger()->addMessage(\Drupal::service('renderer')->renderPlain($build));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was probably meant to be $type, c.f. the method signature
protected function debug($message, $state, $file_path, $type = 'warning') {....

However, since no one uses it (#321) i'm okay with this solution.

Comment thread composer.json
"drupal/advancedqueue": "^1.0",
"drupal/cache_control_override": "^1.1 || ^2.0",
"drupal/coc_forms_auto_export": "^3.0@alpha",
"drupal/config_entity_revisions": "2.0.x-dev",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Opgradering til Drupal 11

2 participants