Active
Project:
Migrate Process Extra
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2017 at 13:27 UTC
Updated:
30 Jun 2022 at 19:17 UTC
Jump to comment: Most recent
The SanitizeText process plugin should prepare text input with several sanitization methods like Word special char removal or conversion to UTF-8, XSS filtering, ...
It acts as a facade on core functions that can be combined with other methods.
Make use of the utilities like transliteration, core sanitization functions, ...
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
digitaldonkey commentedNot sure if this is what you meant in this ticket.
I needed a way to convert bbcode to html during migration.
Might be helpful to others too.
@see merge request !1