You are here

trait RegistryAutoloadTestTestTrait in Registry Autoload 7

A test trait class.

Hierarchy

File

tests/modules/registry_autoload_test/src/Cache/RegistryAutoloadTestTestTrait.php, line 13
\Contains \Drupal\registry_autoload_test\Cache\RegistryAutoloadTestTestTrait;

Namespace

Drupal\registry_autoload_test\Cache
View source
trait RegistryAutoloadTestTestTrait {

  /**
   * Helper function to test trait loading.
   */
  public function foo() {
    print "Hello Trait.\n";
  }

}

Members

Namesort descending Modifiers Type Description Overrides
RegistryAutoloadTestTestTrait::foo public function Helper function to test trait loading.