support for #states for managed_file
1 unresolved thread
1 unresolved thread
Fixes #2847425
Edited by Kim Pepper
Merge request reports
Activity
added 2 commits
- Resolved by Sudhir Krishna
- Resolved by 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() { changed this line in version 9 of the diff
- Resolved by Sudhir Krishna
added 477 commits
-
d470a973...4acd1d09 - 476 commits from branch
project:11.x
- 1160bcda - Merge branch drupal:11.x into 11.x
-
d470a973...4acd1d09 - 476 commits from branch
added 1185 commits
-
1160bcda...cafc9d25 - 1183 commits from branch
project:11.x
- 2764cdf9 - Merge branch '11.x' into 11.x-2847425
- 3baaac14 - Add return types
-
1160bcda...cafc9d25 - 1183 commits from branch
Please register or sign in to reply