Skip to content
Snippets Groups Projects
Verified Commit 55a11a9b 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

parent 393baa76
No related branches found
No related tags found
10 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!10786Issue #3490579 by shalini_jha, mstrelan: Add void return to all views...,!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!3154Fixes #2987987 - CSRF token validation broken on routes with optional parameters.,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!2062Issue #3246454: Add weekly granularity to views date sort,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation
Pipeline #365091 passed with warnings
Pipeline: drupal

#365122

    Pipeline: drupal

    #365117

      Pipeline: drupal

      #365114

        +4
        ...@@ -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