You are here

static function Util::forceAutoload in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 src/Util.php \Drupal\xautoload\Util::forceAutoload()

Dummy method to force autoloading this class (or an ancestor).

1 call to Util::forceAutoload()
_xautoload_register in ./xautoload.early.lib.inc
Create and register the xautoload class loader. Register the xautoload prefix, but don't register any Drupal-specific stuff yet.

File

lib/Util.php, line 204

Class

Util
A number of static methods that don't interact with any global state.

Namespace

Drupal\xautoload

Code

static function forceAutoload() {

  // Do nothing.
}