Problem/Motivation

Deprecated function Creation of dynamic property Drupal\component_schema\ComponentProcessor::$stringTranslation is deprecated in Drupal\component_schema\ComponentProcessor->__construct() (line 57 of modules/contrib/component_schema/src/ComponentProcessor.php "component_schema"

Steps to reproduce

Run in PHP 8.2

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

mlncn created an issue. See original summary.

  • mlncn committed e08f9bad on 1.0.x
    Issue #3376850 by mlncn: Prevent deprecation warting of creation of...
mlncn’s picture

Status: Active » Needs review

Pushed a fix to the dev branch there, that weird-sounding warning is just a silly way to ask us to define all properties in a class before we use them.