1 file_example.module file_example_autoload_info()

Implements hook_autoload_info().

Related topics

File

modules/examples/file_example/file_example.module, line 574
Examples demonstrating the backdrop File API (and Stream Wrappers).

Code

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