RegistryAutoloadTestTestTrait.php in Registry Autoload 7
Namespace
Drupal\registry_autoload_test\CacheFile
tests/modules/registry_autoload_test/src/Cache/RegistryAutoloadTestTestTrait.phpView source
<?php
/**
* @file
* \Contains \Drupal\registry_autoload_test\Cache\RegistryAutoloadTestTestTrait;
*/
namespace Drupal\registry_autoload_test\Cache;
/**
* A test trait class.
*/
trait RegistryAutoloadTestTestTrait {
/**
* Helper function to test trait loading.
*/
public function foo() {
print "Hello Trait.\n";
}
}
Traits
Name | Description |
---|---|
RegistryAutoloadTestTestTrait | A test trait class. |