Home
last modified time | relevance | path

Searched refs:cronExpression (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/ComboStrap/
H A DCacheTag.php21 $cronExpression = $attributes->getValue(self::EXPIRATION_ATTRIBUTE);
23 PluginUtility::PAYLOAD => $cronExpression
41 ->setValue($cronExpression)
45 $returnedArray[PluginUtility::EXIT_MESSAGE] = "The expression ($cronExpression) is not a valid expression";
59 $returnedArray[PluginUtility::PAYLOAD] = $cronExpression;
79 $cronExpression = $data[PluginUtility::PAYLOAD];
88 ->setValue($cronExpression)
H A DCron.php16 public static function getDate(string $cronExpression): \DateTime argument
19 $cron = CronExpression::factory($cronExpression);
22 throw new ExceptionBadSyntax("The cache frequency expression ($cronExpression) is not a valid cron expression. <a href=\"https://crontab.guru/\">Validate it on this website</a>");
H A DCacheExpirationDate.php88 $cronExpression = CacheExpirationFrequency::createForPage($this->getResource())->getValue();
90 $value = Cron::getDate($cronExpression);