You are here

public function RegistryAutoloadTestTest::x in Registry Autoload 7

Dummy function x to test interfaces.

Overrides RegistryAutoloadTestTestInterface::x

1 call to RegistryAutoloadTestTest::x()
RegistryAutoloadTestTest::__construct in tests/modules/registry_autoload_test/src/Cache/RegistryAutoloadTestTest.php
Constructs a RegistryAutoloadTestTest object.

File

tests/modules/registry_autoload_test/src/Cache/RegistryAutoloadTestTest.php, line 22
Tests that PSR-4 namespaced classes and interfaces get registered correctly.

Class

RegistryAutoloadTestTest

Namespace

Drupal\registry_autoload_test\Cache

Code

public function x() {
  print "Implements x\n";
}