You are here

protected property AbstractInjectedApi::$className 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::className

The class name to look for. Set in the constructor.

Type: string

File

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

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

protected $className;