File
- drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormObjectTest.php, line 25
- Contains \Drupal\system\Tests\Form\FormObjectTest.
Class
- FormObjectTest
- Tests building a form from an object.
Namespace
Drupal\system\Tests\Form
Code
public static function getInfo() {
return array(
'name' => 'Form object tests',
'description' => 'Tests building a form from an object.',
'group' => 'Form API',
);
}