You are here

interface RegistryAutoloadTestTestInterface in Registry Autoload 7

Hierarchy

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\Cache
View source
interface RegistryAutoloadTestTestInterface {

  /**
   * Dummy function x to test interfaces.
   */
  public function x();

}

Members

Namesort descending Modifiers Type Description Overrides
RegistryAutoloadTestTestInterface::x public function Dummy function x to test interfaces. 1