1 file_example.module file_example_autoload_info()

Implements hook_autoload_info().

Related topics

File

modules/examples/file_example/file_example.module, line 569
Hook implementations for the File Example module.

Code

function file_example_autoload_info() {
  return array(
    'FileExampleSessionStreamWrapper' => 'file_example_session_streams.inc',
  );
}