interface RegistryAutoloadTestTestInterface in Registry Autoload 7
Hierarchy
- interface \Drupal\registry_autoload_test\Cache\RegistryAutoloadTestTestInterface
Expanded class hierarchy of RegistryAutoloadTestTestInterface
All classes that implement RegistryAutoloadTestTestInterface
File
- tests/
modules/ registry_autoload_test/ src/ Cache/ RegistryAutoloadTestTestInterface.php, line 9 - Tests that PSR-4 namespaced classes and interfaces get registered correctly.
Namespace
Drupal\registry_autoload_test\CacheView source
interface RegistryAutoloadTestTestInterface {
/**
* Dummy function x to test interfaces.
*/
public function x();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RegistryAutoloadTestTestInterface:: |
public | function | Dummy function x to test interfaces. | 1 |