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_',
];