Issue #2762715 by pontus_nilsson: Typo in documentation for range form element

8.3.x
Nathaniel Catchpole 2016-09-02 13:12:52 +01:00
parent a4bc5fb6d8
commit dd67ab2d90
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ use Drupal\Core\Render\Element;
* Usage example:
* @code
* $form['quantity'] = array(
* '#type' => 'number',
* '#type' => 'range',
* '#title' => $this->t('Quantity'),
* );
* @endcode