You are here

function elfinder_connector_path in elFinder file manager 7.2

Same name and namespace in other branches
  1. 8.2 elfinder.module \elfinder_connector_path()
  2. 6.2 elfinder.module \elfinder_connector_path()
  3. 6 elfinder.module \elfinder_connector_path()
  4. 7.3 elfinder.module \elfinder_connector_path()
  5. 7 elfinder.module \elfinder_connector_path()

library to filesystem connector path

2 calls to elfinder_connector_path()
elfinder_filesystemconnector in ./elfinder.module
File browser to filesystem php connector callback
elfinder_file_browser in ./elfinder.module
File browser render

File

./elfinder.module, line 1039

Code

function elfinder_connector_path() {
  return elfinder_lib_path() . '/php/elFinder.class.php';
}