FormBuilder::getFileUploadMaxSize

protected FormBuilder::getFileUploadMaxSize()

Wraps file_upload_max_size().

Return value

string A translated string representation of the size of the file size limit based on the PHP upload_max_filesize and post_max_size.

File

core/lib/Drupal/Core/Form/FormBuilder.php, line 1376

Class

FormBuilder
Provides form building and processing.

Namespace

Drupal\Core\Form

Code

protected function getFileUploadMaxSize() {
  return file_upload_max_size();
}
doc_Drupal
2016-10-29 09:15:24
Comments
Leave a Comment

Please login to continue.