protected FormBuilder::getFileUploadMaxSize()
Wraps file_upload_max_size().
string A translated string representation of the size of the file size limit based on the PHP upload_max_filesize and post_max_size.
protected function getFileUploadMaxSize() { return file_upload_max_size(); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Form!FormBuilder.php/function/FormBuilder::getFileUploadMaxSize/8.1.x