- 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
Fixed in 📌 PHP 8.2 has deprecated the creation of dynamic properties Active .
I'm subclassing TablefieldFormatter
to customise the display of table cells. While running my changes through drupal-check, it claimed that it couldn't find the ModuleHandler
property that gets used in the viewElements
method. I can see the moduleHandler
property being declared in the class, but case sensitivity seems to be the issue here.
Run the module's codebase through drupal-check.
Change all references to $this->ModuleHandler
to $this->moduleHandler
to match the class property that gets declared.
None.
None.
None.
None.
Closed: duplicate
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Fixed in 📌 PHP 8.2 has deprecated the creation of dynamic properties Active .