Issue #2533756 by quietone, jhodgdon, xjm: Revisit large numbers of @see in text element docs
(cherry picked from commit 55a11a9b9e
)
merge-requests/10722/head
parent
fb7ce62696
commit
7188a82cd8
|
@ -19,6 +19,7 @@ use Drupal\Core\Render\Element;
|
|||
* - #pattern: A string for the native HTML5 pattern attribute.
|
||||
*
|
||||
* Usage example:
|
||||
*
|
||||
* @code
|
||||
* $form['title'] = [
|
||||
* '#type' => 'textfield',
|
||||
|
@ -31,15 +32,8 @@ use Drupal\Core\Render\Element;
|
|||
* ];
|
||||
* @endcode
|
||||
*
|
||||
* @see \Drupal\Core\Render\Element\Color
|
||||
* @see \Drupal\Core\Render\Element\Email
|
||||
* @see \Drupal\Core\Render\Element\MachineName
|
||||
* @see \Drupal\Core\Render\Element\Number
|
||||
* @see \Drupal\Core\Render\Element\Password
|
||||
* @see \Drupal\Core\Render\Element\PasswordConfirm
|
||||
* @see \Drupal\Core\Render\Element\Range
|
||||
* @see \Drupal\Core\Render\Element\Tel
|
||||
* @see \Drupal\Core\Render\Element\Url
|
||||
* @see \Drupal\Core\Render\Element
|
||||
* @see \Drupal\Core\Render\Element\Textarea
|
||||
*/
|
||||
#[FormElement('textfield')]
|
||||
class Textfield extends FormElementBase {
|
||||
|
|
Loading…
Reference in New Issue