You are here

public function TimeDataCollector::getMemoryLimit in Devel 8.3

Same name and namespace in other branches
  1. 8 webprofiler/src/DataCollector/TimeDataCollector.php \Drupal\webprofiler\DataCollector\TimeDataCollector::getMemoryLimit()
  2. 8.2 webprofiler/src/DataCollector/TimeDataCollector.php \Drupal\webprofiler\DataCollector\TimeDataCollector::getMemoryLimit()
  3. 4.x webprofiler/src/DataCollector/TimeDataCollector.php \Drupal\webprofiler\DataCollector\TimeDataCollector::getMemoryLimit()

Gets the PHP memory limit.

Return value

int The memory limit

File

webprofiler/src/DataCollector/TimeDataCollector.php, line 62

Class

TimeDataCollector
Class TimeDataCollector.

Namespace

Drupal\webprofiler\DataCollector

Code

public function getMemoryLimit() {
  return $this->data['memory_limit'];
}