Search for maxSize
- Search 7.x for maxSize
- Search 9.5.x for maxSize
- Search 10.3.x for maxSize
- Search 11.x for maxSize
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
Environment::getUploadMaxSize | function | core/ |
Determines the maximum file upload size by querying the PHP settings. |
FileFieldValidateTest::testFileMaxSize | function | core/ |
Tests the max file size validator. |
FileSystemDeprecationTest::testDeprecatedFileUploadMaxSize | function | core/ |
@expectedDeprecation file_upload_max_size() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Component\Utility\Environment::getUploadMaxSize() instead. See https://www.drupal.org/node/3000058. |
FormBuilder::getFileUploadMaxSize | function | core/ |
Wraps file_upload_max_size(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.