1 book.module book_autoload_info()

Implements hook_autoload_info().

File

core/modules/book/book.module, line 74
Allows users to create and organize related content in an outline.

Code

function book_autoload_info() {
  return array(
    'views_plugin_argument_default_book_root' => 'views/views_plugin_argument_default_book_root.inc',
  );
}