You are here

function tinymce_profile_form in TinyMCE 6

Same name and namespace in other branches
  1. 5.2 tinymce.module \tinymce_profile_form()
  2. 5 tinymce.module \tinymce_profile_form()
  3. 6.2 tinymce.admin.inc \tinymce_profile_form()

Return an HTML form for profile configuration.

1 call to tinymce_profile_form()
tinymce_admin in ./tinymce.admin.inc
Controller for tinymce administrative settings.

File

./tinymce.admin.inc, line 506
Admin interface for TinyMCE module.

Code

function tinymce_profile_form($edit) {
  $output = drupal_get_form('tinymce_profile_form_build', $edit);
  return $output;
}