smart-date-recurring-text-rule.html.twig in Smart Date 3.2.x
Same filename and directory in other branches
- 8.2 modules/smart_date_recur/templates/smart-date-recurring-text-rule.html.twig
- 3.x modules/smart_date_recur/templates/smart-date-recurring-text-rule.html.twig
- 3.0.x modules/smart_date_recur/templates/smart-date-recurring-text-rule.html.twig
- 3.1.x modules/smart_date_recur/templates/smart-date-recurring-text-rule.html.twig
- 3.3.x modules/smart_date_recur/templates/smart-date-recurring-text-rule.html.twig
- 3.4.x modules/smart_date_recur/templates/smart-date-recurring-text-rule.html.twig
<div class="rule-text"> {{ repeat }} {{ day }}{{ month }} {{ time }}{{ limit }} </div>
1 theme call to smart-date-recurring-text-rule.html.twig
- SmartDateRule::getTextRule in modules/
smart_date_recur/ src/ Entity/ SmartDateRule.php - Use the transformer to get text output of the rule.
File
modules/smart_date_recur/templates/smart-date-recurring-text-rule.html.twigView source
- <div class="rule-text">
- {{ repeat }} {{ day }}{{ month }} {{ time }}{{ limit }}
- </div>