updated rules

This commit is contained in:
2021-07-12 09:49:00 +02:00
parent 7b1e954f7f
commit fd5d68d5e9
75 changed files with 5254 additions and 1335 deletions

View File

@@ -0,0 +1,19 @@
<?php
/**
* @file
* Install file for Rules i18n.
*/
/**
* Implements hook_install().
*/
function rules_i18n_install() {
global $language;
$langcode = $language->language;
drupal_static_reset('i18n_object_info');
drupal_static_reset('entity_get_info');
drupal_static_reset('entity_i18n_controller');
cache_clear_all("entity_info:$langcode", 'cache');
}