You are here

namespace Drupal\xautoload\ClassFinder\InjectedApi in X Autoload 7.4

Same name in other branches
  1. 7.5 Drupal\xautoload\ClassFinder\InjectedApi
Classsort descending Location Description
AbstractInjectedApi lib/ClassFinder/InjectedApi/AbstractInjectedApi.php 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.
CollectFilesInjectedApi lib/ClassFinder/InjectedApi/CollectFilesInjectedApi.php 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.
FindFileInjectedApi lib/ClassFinder/InjectedApi/FindFileInjectedApi.php 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.
InjectedApiInterface lib/ClassFinder/InjectedApi/InjectedApiInterface.php 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.
LoadClassGetFileInjectedApi lib/ClassFinder/InjectedApi/LoadClassGetFileInjectedApi.php 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.
LoadClassInjectedAPI lib/ClassFinder/InjectedApi/LoadClassInjectedAPI.php 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.