You are here

static function AbstractInjectedApi::forceAutoload in X Autoload 7.4

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

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

File

lib/ClassFinder/InjectedApi/AbstractInjectedApi.php, line 47

Class

AbstractInjectedApi
To help testability, we use an injected API instead of just a return value. The injected API can be mocked to provide a mocked file_exists(), and to monitor all suggested candidates, not just the correct return value.

Namespace

Drupal\xautoload\ClassFinder\InjectedApi

Code

static function forceAutoload() {

  // Do nothing.
}