Element textfield

Add to Standard shortcuts
textfield =>
array:14 [
  "class" => "Drupal\Core\Render\Element\Textfield"
  "provider" => "core"
  "id" => "textfield"
  "#input" => true
  "#size" => 60
  "#maxlength" => 128
  "#autocomplete_route_name" => false
  "#process" => array:4 [
    0 => array:2 [
      0 => "Drupal\Core\Render\Element\Textfield"
      1 => "processAutocomplete"
    ]
    1 => array:2 [
      0 => "Drupal\Core\Render\Element\Textfield"
      1 => "processAjaxForm"
    ]
    2 => array:2 [
      0 => "Drupal\Core\Render\Element\Textfield"
      1 => "processPattern"
    ]
    3 => array:2 [
      0 => "Drupal\Core\Render\Element\Textfield"
      1 => "processGroup"
    ]
  ]
  "#pre_render" => array:2 [
    0 => array:2 [
      0 => "Drupal\Core\Render\Element\Textfield"
      1 => "preRenderTextfield"
    ]
    1 => array:2 [
      0 => "Drupal\Core\Render\Element\Textfield"
      1 => "preRenderGroup"
    ]
  ]
  "#theme" => "input__textfield"
  "#theme_wrappers" => array:1 [
    0 => "form_element"
  ]
  "#value_callback" => array:2 [
    0 => "Drupal\Core\Render\Element\Textfield"
    1 => "valueCallback"
  ]
  "#type" => "textfield"
  "#defaults_loaded" => true
]