You are here

protected property FindFileInjectedApi::$file in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 src/ClassFinder/InjectedApi/FindFileInjectedApi.php \Drupal\xautoload\ClassFinder\InjectedApi\FindFileInjectedApi::file

The file that was found.

Type: string

File

lib/ClassFinder/InjectedApi/FindFileInjectedApi.php, line 18

Class

FindFileInjectedApi
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 $file;