/**
* Implements template_preprocess_textarea().
*/functionEXAMPLE_preprocess_textarea(&$variables){
if (isset($variables['attributes']['id'])) {
if ($variables['attributes'][
/**
* Implements template_preprocess_form_element_label().
*/functionEXAMPLE_preprocess_form_element_label(&$variables){
if (isset($variables["element"]["#id"])) {
if ($variables["elem
/**
* Implements template_preprocess_input().
*/functionEXAMPLE_preprocess_input(&$variables){
if (isset($variables['attributes']['id'])) {
if ($variables['attributes'][