You are here

RegistryAutoloadTestTestTrait.php in Registry Autoload 7

File

tests/modules/registry_autoload_test/src/Cache/RegistryAutoloadTestTestTrait.php
View 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

Namesort descending Description
RegistryAutoloadTestTestTrait A test trait class.