You are here

function elfinder_install in elFinder file manager 6.2

Same name and namespace in other branches
  1. 6 elfinder.install \elfinder_install()
  2. 7 elfinder.install \elfinder_install()

File

./elfinder.install, line 119
Installation file for elfinder.

Code

function elfinder_install() {
  drupal_install_schema('elfinder');
}