From 17448e4faf806ee1e8bae15daeac8842ce05ec1c Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 14 Oct 2025 18:57:21 +0200 Subject: [PATCH] updated U contrib modules --- composer.json | 6 +- composer.lock | 175 +++++++++--------- .../devel/ultimate_cron.job.update_cron.yml | 2 +- .../ultimate_cron.job.advancedqueue_cron.yml | 2 +- .../ultimate_cron.job.commerce_cart_cron.yml | 2 +- .../sync/ultimate_cron.job.commerce_cron.yml | 2 +- ...ltimate_cron.job.commerce_license_cron.yml | 2 +- ...imate_cron.job.commerce_promotion_cron.yml | 2 +- ...imate_cron.job.commerce_recurring_cron.yml | 2 +- ...ate_cron.job.content_lock_timeout_cron.yml | 2 +- config/sync/ultimate_cron.job.dblog_cron.yml | 2 +- config/sync/ultimate_cron.job.field_cron.yml | 2 +- config/sync/ultimate_cron.job.file_cron.yml | 2 +- .../sync/ultimate_cron.job.honeypot_cron.yml | 2 +- config/sync/ultimate_cron.job.locale_cron.yml | 2 +- .../ultimate_cron.job.login_history_cron.yml | 2 +- .../ultimate_cron.job.login_tracker_cron.yml | 2 +- .../ultimate_cron.job.materio_home_cron.yml | 2 +- .../sync/ultimate_cron.job.message_cron.yml | 2 +- config/sync/ultimate_cron.job.node_cron.yml | 2 +- .../ultimate_cron.job.role_expire_cron.yml | 2 +- config/sync/ultimate_cron.job.rules_cron.yml | 2 +- .../ultimate_cron.job.search_api_cron.yml | 2 +- ...ultimate_cron.job.search_api_solr_cron.yml | 2 +- .../ultimate_cron.job.simplenews_cron.yml | 2 +- config/sync/ultimate_cron.job.system_cron.yml | 2 +- .../ultimate_cron.job.ultimate_cron_cron.yml | 2 +- ..._cron.job.user_email_verification_cron.yml | 2 +- .../ultimate_cron.job.user_history_cron.yml | 2 +- .../sync/ultimate_cron.job.webform_cron.yml | 2 +- .../sync/ultimate_cron.job.workflow_cron.yml | 2 +- 31 files changed, 116 insertions(+), 123 deletions(-) diff --git a/composer.json b/composer.json index 964b9a31..9c642dc2 100644 --- a/composer.json +++ b/composer.json @@ -271,9 +271,6 @@ "drupal/graphql": { "invalid translation language https://github.com/drupal-graphql/graphql/pull/1176": "./patches/graphql-fix-invalid-translation-language-dev.patch" }, - "drupal/user_history": { - "init batch : field_storage_values misses type https://www.drupal.org/project/user_history/issues/3311360": "https://www.drupal.org/files/issues/2022-09-23/user_history__field_storage_values__miss__type.patch" - }, "drupal/views_ef_fieldset": { "Exposed operators are not included in fieldsets https://www.drupal.org/project/views_ef_fieldset/issues/3173822": "https://git.drupalcode.org/project/views_ef_fieldset/-/merge_requests/1/diffs.patch" }, @@ -314,6 +311,9 @@ "drupal/mailjet": { "Error: Class MailjetTools/MailjetApi not found in Drupal/mailjet/Form/MailjetApiForm->submitForm() https://www.drupal.org/project/mailjet/issues/3464788":"https://www.drupal.org/files/issues/2024-08-20/mailjetApiForm_use_mailjettools_mailjetapi.patch", "Error: Class MailjetTools/UsStates not found https://www.drupal.org/project/mailjet/issues/3469059":"https://www.drupal.org/files/issues/2024-08-20/mailjet_settingsform_usstates.patch" + }, + "drupal/user_history": { + "init batch : field_storage_values misses type https://www.drupal.org/project/user_history/issues/3311360": "https://www.drupal.org/files/issues/2022-09-23/user_history__field_storage_values__miss__type.patch" } }, "drupal-scaffold": { diff --git a/composer.lock b/composer.lock index 0a86617c..8cdbbeb1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e7411cacf598d3efcca9354a6238fec3", + "content-hash": "b8385391d8146c346ea2338dd79314da", "packages": [ { "name": "algolia/places", @@ -12463,34 +12463,34 @@ }, { "name": "drupal/ultimate_cron", - "version": "2.0.0-alpha8", + "version": "2.0.0-beta1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ultimate_cron.git", - "reference": "8.x-2.0-alpha8" + "reference": "8.x-2.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ultimate_cron-8.x-2.0-alpha8.zip", - "reference": "8.x-2.0-alpha8", - "shasum": "1774cdd8e65964069e993cb66f74a11fe7929d8c" + "url": "https://ftp.drupal.org/files/projects/ultimate_cron-8.x-2.0-beta1.zip", + "reference": "8.x-2.0-beta1", + "shasum": "f3408d1a2734f2a13b341f8aeb131eb5cbef3e90" }, "require": { - "drupal/core": "^9 || ^10 || ^11" + "drupal/core": "^9.3 || ^10.1 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0-alpha8", - "datestamp": "1723755483", + "version": "8.x-2.0-beta1", + "datestamp": "1732830342", "security-coverage": { "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "message": "Beta releases are not covered by Drupal security advisories." } }, "drush": { "services": { - "drush.services.yml": "^9 || ^10 || ^11" + "drush.services.yml": "^10 || ^11 || ^12 || ^13" } } }, @@ -12516,7 +12516,7 @@ "homepage": "https://www.drupal.org/user/227761" }, { - "name": "Primsi", + "name": "primsi", "homepage": "https://www.drupal.org/user/282629" } ], @@ -12574,24 +12574,24 @@ }, { "name": "drupal/upgrade_status", - "version": "4.3.6", + "version": "4.3.8", "source": { "type": "git", "url": "https://git.drupalcode.org/project/upgrade_status.git", - "reference": "4.3.6" + "reference": "4.3.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/upgrade_status-4.3.6.zip", - "reference": "4.3.6", - "shasum": "8169732d814034f541238d67ba31300825a61aca" + "url": "https://ftp.drupal.org/files/projects/upgrade_status-4.3.8.zip", + "reference": "4.3.8", + "shasum": "4526741f6d0991f2165d4d79c8830602f5ac8bca" }, "require": { "dekor/php-array-table": "^2.0", "drupal/core": "^9 || ^10 || ^11", - "mglaman/phpstan-drupal": "^1.2.11", + "mglaman/phpstan-drupal": "^1.2.11|^2.0", "nikic/php-parser": "^4.0.0|^5.0.0", - "phpstan/phpstan-deprecation-rules": "^1.0.0", + "phpstan/phpstan-deprecation-rules": "^1.0.0|^2.0", "symfony/process": "^3.4|^4.0|^5.0|^6.0|^7.0", "webflo/drupal-finder": "^1.2" }, @@ -12601,8 +12601,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.3.6", - "datestamp": "1729173427", + "version": "4.3.8", + "datestamp": "1751485112", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12687,26 +12687,26 @@ }, { "name": "drupal/user_email_verification", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/user_email_verification.git", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/user_email_verification-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "2217af1b52d9ac80b879e9fdc2aff407b160f931" + "url": "https://ftp.drupal.org/files/projects/user_email_verification-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "f8daeac60e6253ff86461ff41901c221a62c9599" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1688652608", + "version": "8.x-1.3", + "datestamp": "1736843602", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12719,7 +12719,7 @@ ], "authors": [ { - "name": "Antonnavi", + "name": "antonnavi", "homepage": "https://www.drupal.org/user/875410" }, { @@ -12735,26 +12735,26 @@ }, { "name": "drupal/user_history", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/user_history.git", - "reference": "8.x-1.1" + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/user_history-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "48a3bd8cca216e6813ea0c4f99151b0893910bd2" + "url": "https://ftp.drupal.org/files/projects/user_history-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "65283e52ca0f3446c1dd35ddada44027937ee777" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10" + "drupal/core": "^8.8 || ^9 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1684460236", + "version": "8.x-1.2", + "datestamp": "1752380672", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12767,11 +12767,12 @@ ], "authors": [ { - "name": "gabrielu", - "homepage": "https://www.drupal.org/user/279352" + "name": "James Scott (jayelless)", + "homepage": "https://www.drupal.org/u/jayelless", + "role": "Maintainer" }, { - "name": "jlscott", + "name": "jayelless", "homepage": "https://www.drupal.org/user/213325" } ], @@ -15324,37 +15325,37 @@ }, { "name": "mglaman/phpstan-drupal", - "version": "1.3.1", + "version": "2.0.9", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "2bc25a59b53c8f3990f168efd71241d9c25ea0c3" + "reference": "fed292ee0e3cc5b86d6f818585697022f46ade3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/2bc25a59b53c8f3990f168efd71241d9c25ea0c3", - "reference": "2bc25a59b53c8f3990f168efd71241d9c25ea0c3", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/fed292ee0e3cc5b86d6f818585697022f46ade3c", + "reference": "fed292ee0e3cc5b86d6f818585697022f46ade3c", "shasum": "" }, "require": { "php": "^8.1", - "phpstan/phpstan": "^1.10.56", - "phpstan/phpstan-deprecation-rules": "^1.1.4", - "symfony/finder": "^4.2 || ^5.0 || ^6.0 || ^7.0", - "symfony/yaml": "^4.2|| ^5.0 || ^6.0 || ^7.0", + "phpstan/phpstan": "^2.1", + "phpstan/phpstan-deprecation-rules": "^2.0", + "symfony/finder": "^6.2 || ^7.0", + "symfony/yaml": "^6.2 || ^7.0", "webflo/drupal-finder": "^1.3.1" }, "require-dev": { - "behat/mink": "^1.8", - "composer/installers": "^1.9", + "behat/mink": "^1.10", + "composer/installers": "^1.9 || ^2", "drupal/core-recommended": "^10", - "drush/drush": "^10.0 || ^11 || ^12 || ^13@beta", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^8.5 || ^9 || ^10 || ^11", - "slevomat/coding-standard": "^7.1", - "squizlabs/php_codesniffer": "^3.3", - "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0 || ^7.0" + "drush/drush": "^11 || ^12 || ^13", + "phpstan/extension-installer": "^1.4.3", + "phpstan/phpstan-strict-rules": "^2.0", + "phpunit/phpunit": "^9 || ^10 || ^11", + "slevomat/coding-standard": "^8.6", + "squizlabs/php_codesniffer": "^3.7", + "symfony/phpunit-bridge": "^6.2 || ^7.0" }, "suggest": { "jangregor/phpstan-prophecy": "Provides a prophecy/prophecy extension for phpstan/phpstan.", @@ -15363,8 +15364,11 @@ }, "type": "phpstan-extension", "extra": { - "branch-alias": { - "dev-main": "1.0-dev" + "phpstan": { + "includes": [ + "extension.neon", + "rules.neon" + ] }, "installer-paths": { "tests/fixtures/drupal/core": [ @@ -15373,20 +15377,14 @@ "tests/fixtures/drupal/libraries/{$name}": [ "type:drupal-library" ], + "tests/fixtures/drupal/themes/contrib/{$name}": [ + "type:drupal-theme" + ], "tests/fixtures/drupal/modules/contrib/{$name}": [ "type:drupal-module" ], "tests/fixtures/drupal/profiles/contrib/{$name}": [ "type:drupal-profile" - ], - "tests/fixtures/drupal/themes/contrib/{$name}": [ - "type:drupal-theme" - ] - }, - "phpstan": { - "includes": [ - "extension.neon", - "rules.neon" ] } }, @@ -15408,7 +15406,7 @@ "description": "Drupal extension and rules for PHPStan", "support": { "issues": "https://github.com/mglaman/phpstan-drupal/issues", - "source": "https://github.com/mglaman/phpstan-drupal/tree/1.3.1" + "source": "https://github.com/mglaman/phpstan-drupal/tree/2.0.9" }, "funding": [ { @@ -15424,7 +15422,7 @@ "type": "tidelift" } ], - "time": "2024-09-27T08:54:16+00:00" + "time": "2025-08-05T14:22:12+00:00" }, { "name": "mikehaertl/php-shellcommand", @@ -16452,20 +16450,15 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.7", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpstan.git", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0" - }, + "version": "2.1.31", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ead89849d879fe203ce9292c6ef5e7e76f867b96", + "reference": "ead89849d879fe203ce9292c6ef5e7e76f867b96", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -16506,30 +16499,30 @@ "type": "github" } ], - "time": "2024-10-18T11:12:07+00:00" + "time": "2025-10-10T14:14:11+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "1.2.1", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "f94d246cc143ec5a23da868f8f7e1393b50eaa82" + "reference": "468e02c9176891cc901143da118f09dc9505fc2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/f94d246cc143ec5a23da868f8f7e1393b50eaa82", - "reference": "f94d246cc143ec5a23da868f8f7e1393b50eaa82", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/468e02c9176891cc901143da118f09dc9505fc2f", + "reference": "468e02c9176891cc901143da118f09dc9505fc2f", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.12" + "php": "^7.4 || ^8.0", + "phpstan/phpstan": "^2.1.15" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.2", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^9.5" + "phpstan/phpstan-phpunit": "^2.0", + "phpunit/phpunit": "^9.6" }, "type": "phpstan-extension", "extra": { @@ -16551,9 +16544,9 @@ "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", "support": { "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues", - "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.2.1" + "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/2.0.3" }, - "time": "2024-09-11T15:52:35+00:00" + "time": "2025-05-14T10:56:57+00:00" }, { "name": "politsin/jquery-ui-touch-punch", diff --git a/config/devel/ultimate_cron.job.update_cron.yml b/config/devel/ultimate_cron.job.update_cron.yml index b8343ff9..1db49855 100644 --- a/config/devel/ultimate_cron.job.update_cron.yml +++ b/config/devel/ultimate_cron.job.update_cron.yml @@ -8,7 +8,7 @@ title: 'Update indexes' id: update_cron weight: 0 module: update -callback: update_cron +callback: 'update#cron' scheduler: id: simple launcher: diff --git a/config/sync/ultimate_cron.job.advancedqueue_cron.yml b/config/sync/ultimate_cron.job.advancedqueue_cron.yml index 504788c2..c0578b27 100644 --- a/config/sync/ultimate_cron.job.advancedqueue_cron.yml +++ b/config/sync/ultimate_cron.job.advancedqueue_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.commerce_cart_cron.yml b/config/sync/ultimate_cron.job.commerce_cart_cron.yml index 386aac8e..7bee10ec 100644 --- a/config/sync/ultimate_cron.job.commerce_cart_cron.yml +++ b/config/sync/ultimate_cron.job.commerce_cart_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.commerce_cron.yml b/config/sync/ultimate_cron.job.commerce_cron.yml index ea5fe871..563ab0c4 100644 --- a/config/sync/ultimate_cron.job.commerce_cron.yml +++ b/config/sync/ultimate_cron.job.commerce_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.commerce_license_cron.yml b/config/sync/ultimate_cron.job.commerce_license_cron.yml index fbb04ca8..0cc8cfb4 100644 --- a/config/sync/ultimate_cron.job.commerce_license_cron.yml +++ b/config/sync/ultimate_cron.job.commerce_license_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.commerce_promotion_cron.yml b/config/sync/ultimate_cron.job.commerce_promotion_cron.yml index 7a12d71c..fb8b401e 100644 --- a/config/sync/ultimate_cron.job.commerce_promotion_cron.yml +++ b/config/sync/ultimate_cron.job.commerce_promotion_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.commerce_recurring_cron.yml b/config/sync/ultimate_cron.job.commerce_recurring_cron.yml index 4f601542..0a5a695b 100644 --- a/config/sync/ultimate_cron.job.commerce_recurring_cron.yml +++ b/config/sync/ultimate_cron.job.commerce_recurring_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.content_lock_timeout_cron.yml b/config/sync/ultimate_cron.job.content_lock_timeout_cron.yml index 0908b3f8..a383c28d 100644 --- a/config/sync/ultimate_cron.job.content_lock_timeout_cron.yml +++ b/config/sync/ultimate_cron.job.content_lock_timeout_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.dblog_cron.yml b/config/sync/ultimate_cron.job.dblog_cron.yml index fbb70042..5b1519a2 100644 --- a/config/sync/ultimate_cron.job.dblog_cron.yml +++ b/config/sync/ultimate_cron.job.dblog_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.field_cron.yml b/config/sync/ultimate_cron.job.field_cron.yml index 4558c952..8c866b3a 100644 --- a/config/sync/ultimate_cron.job.field_cron.yml +++ b/config/sync/ultimate_cron.job.field_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.file_cron.yml b/config/sync/ultimate_cron.job.file_cron.yml index 6f84961e..11d3d7c4 100644 --- a/config/sync/ultimate_cron.job.file_cron.yml +++ b/config/sync/ultimate_cron.job.file_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.honeypot_cron.yml b/config/sync/ultimate_cron.job.honeypot_cron.yml index f5db7c4c..418b438d 100644 --- a/config/sync/ultimate_cron.job.honeypot_cron.yml +++ b/config/sync/ultimate_cron.job.honeypot_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.locale_cron.yml b/config/sync/ultimate_cron.job.locale_cron.yml index 55bd1401..6402424b 100644 --- a/config/sync/ultimate_cron.job.locale_cron.yml +++ b/config/sync/ultimate_cron.job.locale_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.login_history_cron.yml b/config/sync/ultimate_cron.job.login_history_cron.yml index ea484267..1779790c 100644 --- a/config/sync/ultimate_cron.job.login_history_cron.yml +++ b/config/sync/ultimate_cron.job.login_history_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.login_tracker_cron.yml b/config/sync/ultimate_cron.job.login_tracker_cron.yml index fc5b78f6..af1e7e3d 100644 --- a/config/sync/ultimate_cron.job.login_tracker_cron.yml +++ b/config/sync/ultimate_cron.job.login_tracker_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.materio_home_cron.yml b/config/sync/ultimate_cron.job.materio_home_cron.yml index 3611e6d4..d798afae 100644 --- a/config/sync/ultimate_cron.job.materio_home_cron.yml +++ b/config/sync/ultimate_cron.job.materio_home_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.message_cron.yml b/config/sync/ultimate_cron.job.message_cron.yml index 1627470d..f3acab34 100644 --- a/config/sync/ultimate_cron.job.message_cron.yml +++ b/config/sync/ultimate_cron.job.message_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.node_cron.yml b/config/sync/ultimate_cron.job.node_cron.yml index fe3f866b..f0a34b31 100644 --- a/config/sync/ultimate_cron.job.node_cron.yml +++ b/config/sync/ultimate_cron.job.node_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.role_expire_cron.yml b/config/sync/ultimate_cron.job.role_expire_cron.yml index a5ad6f54..501d09fa 100644 --- a/config/sync/ultimate_cron.job.role_expire_cron.yml +++ b/config/sync/ultimate_cron.job.role_expire_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.rules_cron.yml b/config/sync/ultimate_cron.job.rules_cron.yml index bcfd55aa..eb61cd3a 100644 --- a/config/sync/ultimate_cron.job.rules_cron.yml +++ b/config/sync/ultimate_cron.job.rules_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.search_api_cron.yml b/config/sync/ultimate_cron.job.search_api_cron.yml index bd264895..4586a6f1 100644 --- a/config/sync/ultimate_cron.job.search_api_cron.yml +++ b/config/sync/ultimate_cron.job.search_api_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.search_api_solr_cron.yml b/config/sync/ultimate_cron.job.search_api_solr_cron.yml index bcc7a092..21df1dff 100644 --- a/config/sync/ultimate_cron.job.search_api_solr_cron.yml +++ b/config/sync/ultimate_cron.job.search_api_solr_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.simplenews_cron.yml b/config/sync/ultimate_cron.job.simplenews_cron.yml index a5df22fd..e4efd0f2 100644 --- a/config/sync/ultimate_cron.job.simplenews_cron.yml +++ b/config/sync/ultimate_cron.job.simplenews_cron.yml @@ -10,7 +10,7 @@ title: 'Sends newsletters' id: simplenews_cron weight: 0 module: simplenews -callback: simplenews_cron +callback: 'simplenews#cron' scheduler: id: simple configuration: diff --git a/config/sync/ultimate_cron.job.system_cron.yml b/config/sync/ultimate_cron.job.system_cron.yml index cba336f7..86b35765 100644 --- a/config/sync/ultimate_cron.job.system_cron.yml +++ b/config/sync/ultimate_cron.job.system_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.ultimate_cron_cron.yml b/config/sync/ultimate_cron.job.ultimate_cron_cron.yml index efb2fa44..3946f9f8 100644 --- a/config/sync/ultimate_cron.job.ultimate_cron_cron.yml +++ b/config/sync/ultimate_cron.job.ultimate_cron_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.user_email_verification_cron.yml b/config/sync/ultimate_cron.job.user_email_verification_cron.yml index 2e79214b..bab8d899 100644 --- a/config/sync/ultimate_cron.job.user_email_verification_cron.yml +++ b/config/sync/ultimate_cron.job.user_email_verification_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.user_history_cron.yml b/config/sync/ultimate_cron.job.user_history_cron.yml index 5196de4c..dc3b09fd 100644 --- a/config/sync/ultimate_cron.job.user_history_cron.yml +++ b/config/sync/ultimate_cron.job.user_history_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.webform_cron.yml b/config/sync/ultimate_cron.job.webform_cron.yml index b988c380..b6a37f9e 100644 --- a/config/sync/ultimate_cron.job.webform_cron.yml +++ b/config/sync/ultimate_cron.job.webform_cron.yml @@ -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: diff --git a/config/sync/ultimate_cron.job.workflow_cron.yml b/config/sync/ultimate_cron.job.workflow_cron.yml index fefd96f5..baca6a4b 100644 --- a/config/sync/ultimate_cron.job.workflow_cron.yml +++ b/config/sync/ultimate_cron.job.workflow_cron.yml @@ -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: