- Issue created by @mstrelan
We have a process pipeline that looks like this:
uri:
-
plugin: substr
source: uri
start: 0
length: 34
-
plugin: skip_on_value
method: row
value: 'public://ckfinder/.ckfinder/cache/'
It would be better if we could combine those in to one.
Add a plugin for skip_on_prefix and skip_on_suffix that uses str_starts_with and str_ends_with
Active
6.0
Plugins