Skip to content
Snippets Groups Projects

support for #states for managed_file

Open Sudhir Krishna requested to merge issue/drupal-2847425:11.x into 11.x
1 unresolved thread

Fixes #2847425

Edited by Kim Pepper

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Stephen Mustgrave
  • 1 <?php
    2
    3 namespace Drupal\file_test_states\Form;
    4
    5 use Drupal\Core\Form\FormBase;
    6 use Drupal\Core\Form\FormStateInterface;
    7
    8 /**
    9 * A simple form with a file and manage_file to test states.
    10 */
    11 class FileTestStatesForm extends FormBase {
    12
    13 /**
    14 * {@inheritdoc}
    15 */
    16 public function getFormId() {
  • Sudhir Krishna added 1 commit

    added 1 commit

    • 3affcd36 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Sudhir Krishna added 1 commit

    added 1 commit

    Compare with previous version

  • Sudhir Krishna added 1 commit

    added 1 commit

    Compare with previous version

  • Sudhir Krishna added 477 commits

    added 477 commits

    Compare with previous version

  • Pierre Rudloff added 1185 commits

    added 1185 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • 9295c502 - I don't think we need to wait for AJAX here

    Compare with previous version

  • Kim Pepper changed the description

    changed the description

  • Please register or sign in to reply
    Loading