Documentation for FilterProcessResult refers to:
return new FilterProcess($text);
Which should be:
return new FilterProcessResult($text);
https://api.drupal.org/api/drupal/core!modules!filter!src!FilterProcessR...
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2667288-3.patch | 574 bytes | felribeiro |
Comments
Comment #2
jhodgdonGood catch. Problem also exists in another @code block a bit lower down.
Comment #3
felribeiro commentedComment #4
jhodgdonThanks, that was quick!
Comment #5
sime:)
Comment #6
catchCommitted/pushed to 8.1.x and cherry-picked to 8.0.x. Thanks!
Comment #9
wim leersThank you, good catch :)