It's a typo, basically:
* Usage example:
* @code
* $form['homepage'] = array(
* '#type' => 'url',
* '#title' => t('Home Page'),
* '#size' => 30,
* ...
* );
* @end_code
*
* @see \Drupal\Core\Render\Element\Textfield
*
* @FormElement("url")
Found during class loading analysis here: https://www.drupal.org/node/1818628#comment-10218335 #1818628: Use Composer's optimized ClassLoader for Core/Component classes
Beta phase evaluation
| Issue category | Bug because documentation errors are bugs. |
|---|---|
| Issue priority | Normal because it's not that big a deal. |
| Unfrozen changes | Unfrozen documentation improvement. |
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2551007_1.patch | 371 bytes | mile23 |
Comments
Comment #2
mile23Patch...
Comment #3
jhodgdonHah, good catch and thanks for the patch!
Comment #4
alexpottCommitted e415ad4 and pushed to 8.0.x. Thanks!