- Issue created by @mbidinger
- Merge request !11Issue #3537547: TokenWordfilterProcess not implementing ContainerFactoryPluginInterface → (Closed) created by dhruv.mittal
- Status changed to Needs review
9 days ago 1:51am 29 October 2025
After updating to 3.0.0 we encountered following error.
It seems that despite using the create method, the plugin TokenWordfilterProcess does not implements the ContainerFactoryPluginInterface.
Fixed in following patch.
ArgumentCountError: Too few arguments to function Drupal\wordfilter\Plugin\WordfilterProcess\TokenWordfilterProcess::__construct(), 3 passed in /var/www/html/web/core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php on line 25 and exactly 4 expected in Drupal\wordfilter\Plugin\WordfilterProcess\TokenWordfilterProcess->__construct() (line 36 of modules/contrib/wordfilter/src/Plugin/WordfilterProcess/TokenWordfilterProcess.php).
Active
3.0
Code