You are here

function cms_content_sync_update_taxonomy_tree_validate in CMS Content Sync 8

Same name and namespace in other branches
  1. 2.1.x cms_content_sync.module \cms_content_sync_update_taxonomy_tree_validate()
  2. 2.0.x cms_content_sync.module \cms_content_sync_update_taxonomy_tree_validate()

React on changes within taxonomy trees.

Parameters

$form:

\Drupal\Core\Form\FormStateInterface $form_state:

1 string reference to 'cms_content_sync_update_taxonomy_tree_validate'
cms_content_sync_form_alter in ./cms_content_sync.module
1) Make sure the user is informed that content will not only be deleted on this * instance but also on all connected instances if configured that way.

File

./cms_content_sync.module, line 310
Module file for cms_content_sync.

Code

function cms_content_sync_update_taxonomy_tree_validate($form, FormStateInterface $form_state) {
  _cms_content_sync_update_taxonomy_tree_static(TRUE);
}