function ManagedFileTest::buildForm
Same name in other branches
- 9 core/modules/file/tests/src/Kernel/ManagedFileTest.php \Drupal\Tests\file\Kernel\ManagedFileTest::buildForm()
- 10 core/modules/file/tests/src/Kernel/ManagedFileTest.php \Drupal\Tests\file\Kernel\ManagedFileTest::buildForm()
Overrides FormInterface::buildForm
File
-
core/
modules/ file/ tests/ src/ Kernel/ ManagedFileTest.php, line 30
Class
- ManagedFileTest
- Managed file element test.
Namespace
Drupal\Tests\file\KernelCode
public function buildForm(array $form, FormStateInterface $form_state) {
$form['managed_file'] = [
'#type' => 'managed_file',
];
return $form;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.