Download the PHP package ghostunicorns/module-cron-string-validator without Composer
On this page you can find all versions of the php package ghostunicorns/module-cron-string-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ghostunicorns/module-cron-string-validator
More information about ghostunicorns/module-cron-string-validator
Files in ghostunicorns/module-cron-string-validator
Download ghostunicorns/module-cron-string-validator
More information about ghostunicorns/module-cron-string-validator
Files in ghostunicorns/module-cron-string-validator
Vendor ghostunicorns
Package module-cron-string-validator
Short Description This Magento 2 Module add a new cron backend validator
License MIT
Package module-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 module-cron-string-validator
Description
This module allows you to add a cron string validator to admin config fields
Install
composer require ghostunicorns/module-cron-string-validator
Use
Use it when you create a custom field that will contain 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 module-cron-string-validator with dependencies
PHP Build Version
Package Version
Requires
magento/framework Version
*
The package ghostunicorns/module-cron-string-validator contains the following files
Loading the files please wait ....