updated webform, webform_localization, profile2, term_merge, search_api_saved_pages, rules, redirect, overide_node_options

This commit is contained in:
2019-05-13 18:47:27 +02:00
parent 58cd990c8c
commit 9adc940a67
281 changed files with 28658 additions and 7138 deletions

View File

@@ -0,0 +1,12 @@
<?php
/**
* @file
* Plugin definition for term merge synonyms behavior.
*/
$plugin = array(
'title' => t('Term merge'),
'description' => t('Merge a term into a field of another.'),
'interface' => 'TermMergeSynonymsBehavior',
);