You are here

static function Util::forceAutoload in X Autoload 7.5

Same name and namespace in other branches
  1. 7.4 lib/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
Creates and registers the xautoload class loader.

File

src/Util.php, line 198

Class

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

Namespace

Drupal\xautoload

Code

static function forceAutoload() {

  // Do nothing.
}