updated U contrib modules

This commit is contained in:
2025-10-14 18:57:21 +02:00
parent d2dc84e54f
commit 17448e4faf
31 changed files with 116 additions and 123 deletions

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: advancedqueue_cron
weight: 0
module: advancedqueue
callback: advancedqueue_cron
callback: 'advancedqueue#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: commerce_cart_cron
weight: 0
module: commerce_cart
callback: commerce_cart_cron
callback: 'commerce_cart#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: commerce_cron
weight: 0
module: commerce
callback: commerce_cron
callback: 'commerce#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: commerce_license_cron
weight: 0
module: commerce_license
callback: commerce_license_cron
callback: 'commerce_license#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: commerce_promotion_cron
weight: 0
module: commerce_promotion
callback: commerce_promotion_cron
callback: 'commerce_promotion#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: commerce_recurring_cron
weight: 0
module: commerce_recurring
callback: commerce_recurring_cron
callback: 'commerce_recurring#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: content_lock_timeout_cron
weight: 0
module: content_lock_timeout
callback: content_lock_timeout_cron
callback: 'content_lock_timeout#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Remove expired log messages and flood control events'
id: dblog_cron
weight: 0
module: dblog
callback: dblog_cron
callback: 'dblog#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Purges deleted Field API data'
id: field_cron
weight: 0
module: field
callback: field_cron
callback: 'field#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Deletes temporary files'
id: file_cron
weight: 0
module: file
callback: file_cron
callback: 'file#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: honeypot_cron
weight: 0
module: honeypot
callback: honeypot_cron
callback: 'honeypot#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: locale_cron
weight: 0
module: locale
callback: locale_cron
callback: 'locale#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: login_history_cron
weight: 0
module: login_history
callback: login_history_cron
callback: 'login_history#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: login_tracker_cron
weight: 0
module: login_tracker
callback: login_tracker_cron
callback: 'login_tracker#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: materio_home_cron
weight: 0
module: materio_home
callback: materio_home_cron
callback: 'materio_home#cron'
scheduler:
id: simple
configuration:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: message_cron
weight: 0
module: message
callback: message_cron
callback: 'message#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Mark old nodes as read'
id: node_cron
weight: 0
module: node
callback: node_cron
callback: 'node#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: role_expire_cron
weight: 0
module: role_expire
callback: role_expire_cron
callback: 'role_expire#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: rules_cron
weight: 0
module: rules
callback: rules_cron
callback: 'rules#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: search_api_cron
weight: 0
module: search_api
callback: search_api_cron
callback: 'search_api#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: search_api_solr_cron
weight: 0
module: search_api_solr
callback: search_api_solr_cron
callback: 'search_api_solr#cron'
scheduler:
id: simple
launcher:

View File

@@ -10,7 +10,7 @@ title: 'Sends newsletters'
id: simplenews_cron
weight: 0
module: simplenews
callback: simplenews_cron
callback: 'simplenews#cron'
scheduler:
id: simple
configuration:

View File

@@ -8,7 +8,7 @@ title: 'Cleanup (caches, batch, flood, temp-files, etc.)'
id: system_cron
weight: 0
module: system
callback: system_cron
callback: 'system#cron'
scheduler:
id: simple
launcher:

View File

@@ -6,7 +6,7 @@ title: 'Runs internal cleanup operations'
id: ultimate_cron_cron
weight: 0
module: ultimate_cron
callback: ultimate_cron_cron
callback: 'ultimate_cron#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: user_email_verification_cron
weight: 0
module: user_email_verification
callback: user_email_verification_cron
callback: 'user_email_verification#cron'
scheduler:
id: simple
configuration:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: user_history_cron
weight: 0
module: user_history
callback: user_history_cron
callback: 'user_history#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: webform_cron
weight: 0
module: webform
callback: webform_cron
callback: 'webform#cron'
scheduler:
id: simple
launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: workflow_cron
weight: 0
module: workflow
callback: workflow_cron
callback: 'workflow#cron'
scheduler:
id: simple
launcher: