protected property PathautoSettingsFormWebTest::$defaultFormValues in Pathauto 8
Form values that are set by default.
Type: array
File
- tests/
src/ Functional/ PathautoSettingsFormWebTest.php, line 41  
Class
- PathautoSettingsFormWebTest
 - Tests pathauto settings form.
 
Namespace
Drupal\Tests\pathauto\FunctionalCode
protected $defaultFormValues = [
  'verbose' => FALSE,
  'separator' => '-',
  'case' => '1',
  'max_length' => '100',
  'max_component_length' => '100',
  'update_action' => '2',
  'transliterate' => '1',
  'reduce_ascii' => FALSE,
  'ignore_words' => 'a, an, as, at, before, but, by, for, from, is, in, into, like, of, off, on, onto, per, since, than, the, this, that, to, up, via, with',
];