Skip to main content
API Documentation
Main menu
Paragraphs
TMGMT
You are here
Home
»
API reference
»
8.x-1.x
»
WebformConfigProcessor.php
»
WebformConfigProcessor
Search 8.x-1.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
8.x-1.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Deprecated
constant WebformConfigProcessor::REPLACE_PAIRS
File
sources/
tmgmt_config/
src/
WebformConfigProcessor.php
, line 11
Class
WebformConfigProcessor
Namespace
Drupal\tmgmt_config
Code
const
REPLACE_PAIRS
= [
'#'
=>
'pound_'
,
' '
=>
'space_'
,
'.'
=>
'dot_'
,
'|'
=>
'pipe_'
, ];