You are here

function InjectedApiInterface::getClass in X Autoload 7.5

Same name and namespace in other branches
  1. 7.4 lib/ClassFinder/InjectedApi/InjectedApiInterface.php \Drupal\xautoload\ClassFinder\InjectedApi\InjectedApiInterface::getClass()

Get the name of the class we are looking for.

Return value

string The class we are looking for.

1 method overrides InjectedApiInterface::getClass()
AbstractInjectedApi::getClass in src/ClassFinder/InjectedApi/AbstractInjectedApi.php
Get the name of the class we are looking for.

File

src/ClassFinder/InjectedApi/InjectedApiInterface.php, line 25

Class

InjectedApiInterface
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

function getClass();