- Issue created by @mbidinger
- Merge request !11Issue #3537547: TokenWordfilterProcess not implementing ContainerFactoryPluginInterface → (Open) created by dhruv.mittal
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