File
- drupal/core/modules/file/lib/Drupal/file/Tests/SaveDataTest.php, line 14
- Definition of Drupal\file\Tests\SaveDataTest.
Class
- SaveDataTest
- Tests the file_save_data() function.
Namespace
Drupal\file\Tests
Code
public static function getInfo() {
return array(
'name' => 'File save data',
'description' => 'Tests the file save data function.',
'group' => 'File API',
);
}