public function CapacityTrackerInterface::getMaxExecutionTime in Purge 8.3
Get the maximum PHP execution time that is available to cache invalidation.
Return value
int The maximum number of seconds available to cache invalidation. Zero means that PHP has no fixed execution time limit, for instance on the CLI.
1 method overrides CapacityTrackerInterface::getMaxExecutionTime()
- CapacityTracker::getMaxExecutionTime in src/
Plugin/ Purge/ Purger/ CapacityTracker.php - Get the maximum PHP execution time that is available to cache invalidation.
File
- src/
Plugin/ Purge/ Purger/ CapacityTrackerInterface.php, line 107
Class
- CapacityTrackerInterface
- Describes the capacity tracker.
Namespace
Drupal\purge\Plugin\Purge\PurgerCode
public function getMaxExecutionTime();