tinymce.install
Search API
- 7.x modules/tinymce/tinymce.install
- 6.x modules/tinymce/tinymce.install
- 4.x modules/tinymce/tinymce.install
- 5.x modules/tinymce/tinymce.install
The install file for TinyMCE
File
modules/tinymce/tinymce.installView source
- <?php
- /**
- * @file
- * The install file for TinyMCE
- */
-
-
- /**
- * Implementation of hook_install
- *
- */
- function tinymce_install() {
-
- // We want to have some default settings when we install.
- variable_set("tinymce_include_on_paths", "comments\ncontent/*");
-
- }
Functions
Name | Description |
---|---|
tinymce_install | Implementation of hook_install |