Verified Commit 7188a82c authored by Dave Long's avatar Dave Long
Browse files

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

(cherry picked from commit 55a11a9b)
parent fb7ce626
Loading
Loading
Loading
Loading
Loading
+3 −9
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
 * - #pattern: A string for the native HTML5 pattern attribute.
 *
 * Usage example:
 *
 * @code
 * $form['title'] = [
 *   '#type' => 'textfield',
@@ -31,15 +32,8 @@
 * ];
 * @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 {