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(); }
Please login to continue.