You are here

constant PathElement::CONVERT_NONE in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Render/Element/PathElement.php \Drupal\Core\Render\Element\PathElement::CONVERT_NONE
  2. 9 core/lib/Drupal/Core/Render/Element/PathElement.php \Drupal\Core\Render\Element\PathElement::CONVERT_NONE

Do not convert the submitted value from the user-supplied path.

File

core/lib/Drupal/Core/Render/Element/PathElement.php, line 21

Class

PathElement
Provides a matched path render element.

Namespace

Drupal\Core\Render\Element

Code

const CONVERT_NONE = 0;