function BrokenPostRequestException::getSize

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Form/Exception/BrokenPostRequestException.php \Drupal\Core\Form\Exception\BrokenPostRequestException::getSize()
  2. 10 core/lib/Drupal/Core/Form/Exception/BrokenPostRequestException.php \Drupal\Core\Form\Exception\BrokenPostRequestException::getSize()
  3. 11.x core/lib/Drupal/Core/Form/Exception/BrokenPostRequestException.php \Drupal\Core\Form\Exception\BrokenPostRequestException::getSize()

Returns the maximum upload 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/Exception/BrokenPostRequestException.php, line 44

Class

BrokenPostRequestException
Defines an exception used, when the POST HTTP body is broken.

Namespace

Drupal\Core\Form\Exception

Code

public function getSize() {
    return $this->size;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.