Issue #2533756 by quietone, jhodgdon, xjm: Revisit large numbers of @see in text element docs

(cherry picked from commit 55a11a9b9e)
merge-requests/10722/head
Dave Long 2024-12-10 21:42:30 +00:00
parent fb7ce62696
commit 7188a82cd8
No known key found for this signature in database
GPG Key ID: ED52AE211E142771
1 changed files with 3 additions and 9 deletions

View File

@ -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 {