You are here

xautoload.early.inc in X Autoload 7.4

Same filename and directory in other branches
  1. 7.5 xautoload.early.inc
  2. 7.3 xautoload.early.inc

File

xautoload.early.inc
View source
<?php

/**
 * You can include this file as early in the request as you wish,
 * e.g. from your site's settings.php, to make the class loader available for
 * external libraries during bootstrap.
 *
 * This will *not* register any Drupal modules, because information about these
 * might not be available yet.
 */
require_once __DIR__ . '/xautoload.early.lib.inc';
_xautoload_register();