Download the PHP package websolute/magento-cron-string-validator without Composer
On this page you can find all versions of the php package websolute/magento-cron-string-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download websolute/magento-cron-string-validator
More information about websolute/magento-cron-string-validator
Files in websolute/magento-cron-string-validator
Download websolute/magento-cron-string-validator
More information about websolute/magento-cron-string-validator
Files in websolute/magento-cron-string-validator
Vendor websolute
Package magento-cron-string-validator
Short Description This Magento 2 Module add a new cron backend validator
License MIT
Package magento-cron-string-validator
Short Description This Magento 2 Module add a new cron backend validator
License MIT
Please rate this library. Is it a good library?
Informations about the package magento-cron-string-validator
Magento 2 Module: CronStringValidator
How to use
Use it when you create a custom field that will contains a cron expression:
<field id="cron_expression" translate="Cronexpression"
type="text" sortOrder="100" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Cron Tab String</label>
<comment><![CDATA[
<pre>
* * * * *
| | | | |
| | | | +---- Day of the Week (range: 0-6, 1 standing for Monday)
| | | +------ Month of the Year (range: 1-12)
| | +-------- Day of the Month (range: 1-31)
| +---------- Hour (range: 0-23)
+------------ Minute (range: 0-59)
Example: 0 0 * * * Daily at midnight
</pre>
]]></comment>
<validate>required-entry cronexpression</validate>
</field>All versions of magento-cron-string-validator with dependencies
PHP Build Version
Package Version
The package websolute/magento-cron-string-validator contains the following files
Loading the files please wait ...