Skip to content
Snippets Groups Projects
Verified Commit 8c723e20 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 cb28d50b
No related branches found
No related tags found
No related merge requests found
Pipeline #364848 passed with warnings
Pipeline: drupal

#364880

    Pipeline: drupal

    #364872

      Pipeline: drupal

      #364859

        +1
        ......@@ -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 {
        ......
        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