Skip to content
Snippets Groups Projects
Verified Commit 543d172a 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 e02f07bc
No related branches found
No related tags found
1 merge request!10602Issue #3438769 by vinmayiswamy, antonnavi, michelle, amateescu: Sub workspace does not clear
Pipeline #364846 passed with warnings
Pipeline: drupal

#364881

    Pipeline: drupal

    #364873

      Pipeline: drupal

      #364860

        +1
        ...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
        * - #pattern: A string for the native HTML5 pattern attribute. * - #pattern: A string for the native HTML5 pattern attribute.
        * *
        * Usage example: * Usage example:
        *
        * @code * @code
        * $form['title'] = [ * $form['title'] = [
        * '#type' => 'textfield', * '#type' => 'textfield',
        ...@@ -31,15 +32,8 @@ ...@@ -31,15 +32,8 @@
        * ]; * ];
        * @endcode * @endcode
        * *
        * @see \Drupal\Core\Render\Element\Color * @see \Drupal\Core\Render\Element
        * @see \Drupal\Core\Render\Element\Email * @see \Drupal\Core\Render\Element\Textarea
        * @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
        */ */
        #[FormElement('textfield')] #[FormElement('textfield')]
        class Textfield extends FormElementBase { 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