You are here

function cckformsettings_elements in Node and Comments Form Settings 6.2

Same name and namespace in other branches
  1. 6.3 cckformsettings/cckformsettings.module \cckformsettings_elements()
  2. 6 cckformsettings.module \cckformsettings_elements()

File

cckformsettings/cckformsettings.module, line 69

Code

function cckformsettings_elements() {
  return array(
    'text_textarea' => array(
      '#process' => array(
        'cckformsettings_text_process',
      ),
    ),
  );
}