function stable_element_info_alter

Same name in other branches
  1. 9 core/themes/stable/stable.theme \stable_element_info_alter()

Implements hook_element_info_alter().

File

core/themes/stable/stable.theme, line 46

Code

function stable_element_info_alter(array &$info) {
    if (array_key_exists('text_format', $info)) {
        $info['text_format']['#process'][] = 'stable_process_text_format';
    }
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.