You are here

protected static function ParserConfigurationForm::mapViolationPropertyPathsToFormNames in Markdown 8.2

1 call to ParserConfigurationForm::mapViolationPropertyPathsToFormNames()
ParserConfigurationForm::validateForm in src/Form/ParserConfigurationForm.php
Form validation handler.

File

src/Form/ParserConfigurationForm.php, line 763

Class

ParserConfigurationForm
Form for modifying parser configuration.

Namespace

Drupal\markdown\Form

Code

protected static function mapViolationPropertyPathsToFormNames($property_path) {
  return str_replace('.', '][', $property_path);
}