You are here

namespace Drupal\wordfilter\Plugin\WordfilterProcess in Wordfilter 8.2

Classsort descending Location Description
DefaultWordfilterProcess src/Plugin/WordfilterProcess/DefaultWordfilterProcess.php Plugin annotation @WordfilterProcess( id = "default", label = @Translation("Direct substitution (default)"), description = @Translation("All specified filter words will be directly replaced with the specified substitution text by using a simple…
TokenWordfilterProcess src/Plugin/WordfilterProcess/TokenWordfilterProcess.php Plugin annotation @WordfilterProcess( id = "token", label = @Translation("Token substitution"), description = @Translation("Similar to the default process, all specified filter words will be directly replaced with the substitution text. You may…