You are here

webform_conditional.api.php in Webform Conditional (Same Page Conditionals) 6

File

webform_conditional.api.php
View source
<?php

/**
 * Alter css ids used by webform_conditional
 * If a module changes the structure of the form they will need to change these css ids
 *
 * @param array $cids
 *   By reference. The current strings of the css_ids keyed by cid
 * @param array $form
 *   the current form
 */
function hook_webform_conditional_css_ids_alter(&$css_ids, $form) {

  // @todo provide an example
}

Functions

Namesort descending Description
hook_webform_conditional_css_ids_alter Alter css ids used by webform_conditional If a module changes the structure of the form they will need to change these css ids