function file_test_validator

Helper validator that returns the $errors parameter.

File

drupal/core/modules/file/tests/file_test/file_test.module, line 325
Helper module for the file tests.

Code

function file_test_validator(File $file, $errors) {
  return $errors;
}