Skip to content
Snippets Groups Projects
Verified Commit fe434eea authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3167196 by sarvjeetsingh, davidhernandez, Chi: Fix...

Issue #3167196 by sarvjeetsingh, davidhernandez, Chi: Fix DrupalCoreRenderElementEmail documentation
parent 9beb71e6
No related branches found
No related tags found
No related merge requests found
......@@ -15,14 +15,14 @@
*
* Example usage:
* @code
* $form['email'] = array(
* $form['email'] = [
* '#type' => 'email',
* '#title' => $this->t('Email'),
* '#pattern' => '*@example.com',
* );
* @end
* ];
* @endcode
*
* @see \Drupal\Core\Render\Element\Render\Textfield
* @see \Drupal\Core\Render\Element\Textfield
*
* @FormElement("email")
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment